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


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

IJSONObject.ParseString Method

Parses JSON object from string into memory.

[Visual Basic .NET]
Public Sub ParseString ( _
    ByVal json As String _
)
[C#]
public void ParseString (
    string json
);
[C++]
HRESULT ParseString(
  BSTR json
);
[C++]

Parameters json [in] json is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJSONObject Interface