Reads a JsonValue from a TextReader that contains JSON data.
Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 2.0.1
Syntax
Parameters
- reader
- Type: System.IOTextReader
A TextReader that will be read for the JsonValue content.
Return Value
Type: JsonValueA JsonValue that contains the JSON data that was read from the specified TextReader.
See Also