Data type
|
JSON representation
|
Date-time
|
A JSON string in the ISO 8601 format, "yyyy-mm-ddThh:mm:ss.sss+hh:mm"
|
Binary data
|
A JSON string consisting of the Base64 encoded equivalent of the binary data
|
ABL data type
|
JSON data type
|
BLOB
|
string (Base64 encoded)
|
CHARACTER
|
string
|
Class-based object
|
Object
|
CLOB
|
string
|
COM-HANDLE
|
number
|
DATE
|
string (ISO 8601 formatted string of the form "yyyy-mm-dd")
|
DATETIME
|
string (ISO 8601 formatted string of the form "yyyy-mm-ddThh:mm:ss.sss")
|
DATETIME-TZ
|
string (ISO 8601 formatted string of the form "yyyy-mm-ddThh:mm:ss.sss+hh:mm")
|
DECIMAL
|
number
|
HANDLE
|
number
|
INT64
|
number
|
INTEGER
|
number
|
LOGICAL
|
boolean (true or false)
|
RAW
|
string (Base64 encoded)
|
RECID
|
number
|
ROWID
|
string (Base64 encoded)
|