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 |
---|---|
|
Byte [] |
|
Boolean |
|
Byte |
|
Char |
|
DateTime |
|
Decimal |
|
Int32 |
|
Int64 |
JadeBytes | Byte [] |
HugeStringArray | String [] |
|
String format <integer>, <integer> |
|
Double |
|
String |
|
String |
|
DateTime |
|
DateTime |
|
TimeSpan |
|
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.
(None)