Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 System.Text.Json library to supply JSON data at runtime. The wizard detects whether your project references this library and suggests to install the required NuGet package if necessary. Set the DevExpress.DataAccess.Native.Json.JsonLoaderHelper.ProcessingLibrary property to NewtonsoftJson to use the Newtonsoft.Json library instead.

JSON Data Source install Newtonsoft package