Skip to main content

UriJsonSource.GetJsonString() Method

Returns JSON data retrieved from the location that the Uri property specifies.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override string GetJsonString()

Returns

Type Description
String

The JSON object as a string.

See Also