Hybrid Integration 10.2 | Integrating Cloud Applications on Software AG Hosted Environment | Integration Cloud | Develop | Integrations | Built-In Services | JSON | Summary of JSON services | jsonStreamToDocument
 
jsonStreamToDocument
Converts content from the JSON content stream to a document. The permissible size of the content stream is based on your tenancy.
Input Parameters
jsonStream
java.io.InputStream. JSON content in an input stream to convert to a document.
decodeReal AsDouble
String. Optional. Converts real numbers from jsonStream 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 jsonStream 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 jsonStream.

Copyright © 2015- 2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.