Skip to main content
All docs
V24.1

Specify JSON Data Location

This wizard page allows you to specify a Web Service Endpoint URI, a filename, or a string with JSON content. If you choose the Web Service Endpoint option, you can configure a connection string with URI path parameters and query parameters.

Note

Your project should reference the open-source Newtonsoft.Json library to supply JSON data at runtime for .NET Framework platforms. The wizard detects whether your project references this library and suggests to install the required NuGet package if necessary. For .NET 6+ platforms, JsonDataSource uses System.Text.Json. Set the DevExpress.DataAccess.Native.Json.JsonLoaderHelper.ProcessingLibrary property to NewtonsoftJson to use the Newtonsoft.Json library instead.

JSON Data Source install Newtonsoft package