JsonValueType Enumeration

Specifies the JSON value type of a JsonValue object.

Syntax

public enum class JsonValueType  

Members

Member Value Description
Array The JsonValue object is an Array.
Boolean The JsonValue object is a Boolean.
Null The JsonValue object is Null.
Number The JsonValue object is a float64.
Object The JsonValue object is an Object.
String The JsonValue object is a String.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

Windows.Data.Json Namespace