JsonValueParse(String) Method

Reads a JsonValue from a string that contains JSON data.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public static JsonValue Parse(
	string s
)

Parameters

s  String
A string that will be read for the JsonValue content.

Return Value

JsonValue
A JsonValue that contains the JSON data that was read from the specified string.

See Also