JSON types and Bridge types are mapped as follows:
|
JSON Type |
Example |
Bridge Type |
Runtime Version |
|---|---|---|---|
|
string |
|
String |
|
|
int |
|
Integer |
|
|
number |
|
Float |
|
|
true/false |
|
Boolean |
|
|
string (base64 encoded) |
|
Blob |
|
|
string ( XML Scheme dateTime ) |
|
DateTime |
|
|
string ( ASP.NET DateTime ) |
|
DateTime |
2020.4 |
|
array |
|
Array |
|
For more information on base types see Base Types.