JsonStream

Takes two parameters, Data, Options

Description

Used to stream the input JSON string value into the Work Query.

Only the first depth of an object or one-dimension array, or the first and second depths of an array or array of objects, are parsed into the Work Query. Any additional depths will be presented as unaltered (not WebSafe) JSON data, which may then be extracted and further processed with additional JsonStream commands.

Important: Additional depths are not escaped into WebSafe data because that would break the ability to further process them as JSON data in JsonStream or external JSON systems. However, when working with such data, care must be taken to ensure only trusted data is viewed in a web browser, or manually apply WebSafe to the data before output to a web browser.

Options

The following Options are available and may be space-separated for valid combinations.