ArcObjects Library Reference (System)  

IJSONArray.ParseString Method

Parses JSON array 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

IJSONArray Interface