JsonValueType
JsonValueType
JsonValueType
JsonValueType
Enum
Definition
public : enum class JsonValueTypepublic enum JsonValueTypePublic Enum JsonValueType// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Array Array Array Array | The JsonValue object is an Array. |
| Boolean Boolean Boolean Boolean | The JsonValue object is a Boolean. |
|
Json |
The JsonValue object is Null. |
| Number Number Number Number | The JsonValue object is a Double. |
| Object Object Object Object | The JsonValue object is an Object. |
| String String String String | The JsonValue object is a String. |