JsonValue.Load Method (TextReader)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Deserializes the text-based JSON from a text reader into a JSON CLR type.
Namespace: System.Json
Assembly: System.Json (in System.Json.dll)
Parameters
- textReader
- Type: System.IO.TextReader
A TextReader over text-based JSON content.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.