JsonObjectParse(String) Method
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static JsonObject Parse(
string s
)
Public Shared Function Parse (
s As String
) As JsonObject
public:
static JsonObject^ Parse(
String^ s
)
static member Parse :
s : string -> JsonObject
- s String
- A string that will be read for the JsonObject content.
JsonObjectA
JsonObject that contains the JSON object data that was read from the specified string.