0 out of 1 rated this helpful - Rate this topic

JsonValueType enumeration

Specifies the JSON value type of a JsonValue object.

Syntax


public enum JsonValueType

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The JsonValueType enumeration has these members.

MemberValueDescription
Null0

The JsonValue object is Null.

Boolean1

The JsonValue object is a Boolean.

Number2

The JsonValue object is a Double.

String3

The JsonValue object is a String.

Array4

The JsonValue object is an Array.

Object5

The JsonValue object is an Object.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Json
Windows::Data::Json [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.