This document is archived and information here might be outdated.  Recommended version.


IJSONObject.ParseJSON Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONObject.ParseJSON Method

Parses JSON object from IJSONReader into memory. Useful if you want to have random access 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.

See Also

IJSONObject Interface