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