JSON types and Bridge types are mapped as follows:

JSON TypeExampleBridge TypeRuntime Version
string
String
int
Integer
number
Float
true/false
Boolean
string (base64 encoded)
Blob
string (XML Scheme dateTime)2020-10-10T12:00:00ZDateTime
string (ASP.NET DateTime)/Date(1584960102-0700)/DateTime2020.4
array
Array

For more information on base types see Base Types .

  • No labels