Parses JSON array from IJSONReader into memory. Useful if you want to have random acces to just a part of a JSON.
[Visual Basic .NET] Public Sub ParseJSON ( _ ByVal pReader As IJSONReader _ )
[C#] public void ParseJSON ( IJSONReader pReader );
[C++]
HRESULT ParseJSON(
IJSONReader* pReader
);
[C++]Parameters
pReader [in]pReader is a parameter of type IJSONReader
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.