This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONObject Interface > IJSONObject.ParseString Method (ArcObjects .NET 10.4 SDK) |
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