JadeJson Class

The JadeJson class is a transient‑only Object subclass that provides standalone JSON functionality that is independent of the Representational State Transfer (REST) Application Programming Interface (API).

The JadeJson class enables you to create, load, unload, and parse JSON in the same way you can with XML.

The following table lists the C# type expected for each JADE type.

JADE Type C# Type
Binary Byte []
Boolean Boolean
Byte Byte
Character Char
Date DateTime
Decimal Decimal
Integer Int32
Integer64 Int64
JadeBytes Byte []
HugeStringArray String []
Point String format <integer>, <integer>
Real Double
String String
StringUtf8 String
Time DateTime
TimeStamp DateTime
TimeStampInterval TimeSpan
TimeStampOffset DateTime (with UTC offset set)

For details about the constants and methods defined in the JadeJson class, see "JadeJson Class Constants" and "JadeJson Methods", the following subsections.

Object

(None)

2016.0.01 and higher