This document is archived and information here might be outdated. Recommended version. |
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