ArcObjects Library Reference (System)  

JSONTokenType Constants

JSON Token Types.

Constant Value Description
JSONUndefined -1 Undefined.
JSONString 1 String type.
JSONNumber 2 Numeric type.
JSONBoolean 3 Boolean type.
JSONNull 4 Null type.
JSONStartOfObject 5 Object type.
JSONEndOfObject 6 Object type.
JSONStartOfArray 7 Array type.
JSONEndOfArray 8 Array type.
JSONPropertyValueDelimiter 9 PropertyValue.
JSONValueDelimiter 10 PropertyValue.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.