Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with JSON Document Types | Data Type Mapping
 
Data Type Mapping
The following table shows how JSON document type maps to Integration Server data types during data conversion.
JSON
Integration Server
object
Document
string
String
real
java.math.BigDecimal Java wrapper type
integer
java.lang.Integer Java wrapper type
true/false
java.lang.Boolean Java wrapper type
Array of JSON type:
One dimensional Array of homogeneous Objects
Document List
One dimensional Array of homogeneous Strings
String List
Two dimensional Array of strings
String table
Two dimensional Array of heterogeneous objects
Object List
Array of null
Object List
null
Object and property Is Null Type is set to true