Skip to main content
A newer version of this page is available. .

DevExpress.DataAccess.Json Namespace

Contains classes that allow you to provide JSON data to applications and components.

Assembly: DevExpress.DataAccess.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Classes

Name Description
CustomJsonSource Associates a JsonDataSource object with data retrieved from a JSON object.
HeaderParameter An parameter that is used to add a custom HTTP header to JSON endpoint requests.
HeaderParameterCollection A JSON endpoint’s HTTP header parameters collection.
HttpBasicAuthenticationInfo Specifies a username and password.
JsonDataConnection
JsonDataSource The read-only data source that retrieves and provides JSON data.
JsonDataSourceException An exception that occurs when an attempt to fill a JsonDataSource with data fails.
JsonNode Defines a node in the JsonDataSource‘s schema.
JsonNode.JsonNodeTypeConverter For internal use.
JsonSchemaNode Defines a node and its hierarchy in the JsonDataSource‘s schema.
JsonSourceBase A base class for the classes that contain JSON data import settings.
PathParameter A parameter that is used to add a path element to a JSON endpoint’s URI.
PathParameterCollection A JSON endpoint path parameters collection.
QueryParameter A parameter that is used to pass HTTP request parameter values to a JSON endpoint.
QueryParameterCollection A query parameters collection.
UriJsonSource Associates a JsonDataSource object with JSON data retrieved from a web service endpoint or a text file.

Enums

Name Description
JsonNodeType Lists values that identify the type of the JSON data node.