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