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