JsonValueType enumeration
Specifies the JSON value type of a JsonValue object.
Syntax
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The JsonValueType enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Null | 0 |
The JsonValue object is Null. |
| Boolean | 1 |
The JsonValue object is a Boolean. |
| Number | 2 |
The JsonValue object is a Double. |
| String | 3 |
The JsonValue object is a String. |
| Array | 4 |
The JsonValue object is an Array. |
| Object | 5 |
The JsonValue object is an Object. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
