Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | JSON Folder | Summary of Elements in This Folder
 
Summary of Elements in This Folder
 
pub.json:closeArrayIterator
pub.json:documentToJSONString
pub.json:getArrayIterator
pub.json:getNextBatch
pub.json:jsonStreamToDocument
pub.json:jsonStringToDocument
pub.json.schema:validate
The following elements are available in this folder:
Element
Package and Description
WmPublic. Closes the iteration. The iterator object used in an iteration cannot be reused after this service runs.
WmPublic. Converts a document (IData object) to a JSON string.
WmPublic. Returns an iterator object to iterate over arrays in the input JSON stream.
WmPublic. Gets the next batch of array elements by parsing arrays in the iterator object returned by the pub.json:getArrayIterator service.
WmPublic. Converts content from the JSON content stream to a document (an IData object).
WmPublic. Converts a JSON string to a document (an IData object).
WmPublic. Validates JSON content against a JSON document type.