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

JsonSourceBase.GetJsonString() Method

When implemented, returns JSON data from the specified location.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public abstract string GetJsonString()

Returns

Type Description
String

The JSON object as a string.

See Also