Application Integration - Software AG Hosted Environment : Integration Cloud : Integrations : Built-In Services : JSON : jsonStringToDocument
jsonStringToDocument
Converts content from the JSON content string to a document.
Input Parameters
jsonString
String. JSON content string to convert to a document.
decodeReal AsDouble
String. Optional. Converts real numbers from jsonString to either a Float or Double Java wrapper type. Set to:
*true to convert real numbers to Double Java wrapper types
*false to convert real numbers to Float Java wrapper types
Default value is true.
decodeInteger AsLong
String. Optional. Converts integers from jsonString to either a Long or Integer Java wrapper type. Set to:
*true to convert integers to Long Java wrapper types
*false to convert integers to Integer Java wrapper types
Default value is true.
Output Parameters
document
Document. Document resulting from the conversion of jsonString.
Copyright © 2015- 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback