JsonType Enumeration
Silverlight
An enumeration that specifies primitive and structured JavaScript Object Notation (JSON) common language runtime (CLR) types.
Namespace: System.Json
Assembly: System.Json (in System.Json.dll)
| Member name | Description | |
|---|---|---|
| String | Specifies the JSON string CLR type. | |
| Number | Specifies the JSON number CLR type. | |
| Object | Specifies the JSON object CLR type that consists of an unordered collection of key/value pairs, where the key is of type String and the value is of type JsonValue, which can, in turn, be either a primitive or a structured JSON type. | |
| Array | Specifies the JSON array CLR type that consists of an ordered collection of JsonValue types, which can, in turn, be either primitive or structured JSON types. | |
| Boolean | Specifies the JSON Boolean CLR type. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.