webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | JSON | jsonBytesToDocument
 
jsonBytesToDocument
Converts JSON content in bytes (byte array) to a document.
Input Parameters
jsonBytes
java.lang.Byte[]. JSON content in bytes (byte array) to convert to a document.
decodeReal AsDouble
String. Optional. Converts real numbers from jsonBytes 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 jsonBytes 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 jsonBytes.

Copyright © 2014- 2019 | 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.