This document is archived and information here might be outdated. Recommended version. |
Parses JSON string into memory. Returns either IJSONObject or IJSONArray in a 'root' parameter. Doesn't change state of existing IJSONReader2 instance.
[Visual Basic .NET]
Public Function ParseJSONString ( _
ByVal json As String _
) As Object
[C#]
public object ParseJSONString (
string json
);
[C++]
HRESULT ParseJSONString(
BSTR json
);
[C++] Parameters json [in]
json is a parameter of type BSTR