System.Json Namespace
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
| Class | Description | |
|---|---|---|
|
FormUrlEncodedJson | This class provides a low-level API for parsing HTML form URL-encoded data, also known as application/x-www-form-urlencoded data. The output of the parser is a JsonObject instance. |
|
JsonArray | Represents a Json array. |
|
JsonObject | Represents a Json object. |
|
JsonPrimitive | Represents a JavaScript Object Notation (JSON) primitive type in the common language runtime (CLR). |
|
JsonValue | Represents a Json value. |
|
JsonValueChangeEventArgs | Represents Json value change event arguments. |
|
JsonValueLinqExtensions | Represents Json value Linq expressions. |
| Enumeration | Description | |
|---|---|---|
|
JsonType | Specifies primitive and structured JavaScript Object Notation (JSON) common language runtime (CLR) types. |
|
JsonValueChange | Specifies the Json value change. |