Collect JSONStream
Description | Collect a stream of JSON objects and reconstruct the complete JSON structure. |
Input | String or JSON |
Output | JSON |
IsCollection | If True then the input parameter is a JSON collection, otherwise it is simply a string. |
IteratorKey | If the input parameter is a JSON collection, then this parameter indicates the specific attributes in the collection that the function is to operate on. |