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