JSON Large file streaming using SAX

A new step has been added: The JSON Sax Reader:
image

The JSON Sax parser allows for large JSON files (1GB+) to be parsed even if the contain nested objects that need to be parsed out separately.

The file being processed be an array of objects or contain sub objects that are an array of objects. The source must be a byte or string stream. For smaller objects, or where the object may not be a byte or string stream, the traditional JSON Reader should be used.

The Filter provides a selector for sub objects.

Example
image

Results in the values being parsed
image