Releases: IBMStreams/streamsx.json
Releases · IBMStreams/streamsx.json
com.ibm.streamsx.json 1.4.0
Changes since v1.2.1
- Added i18n/NLS resources
- Support Java 8 and minimum Streams 4.0.1
- RapidJSON updated to v1.1.0
- New functions: parseJSON, overloaded queryJSON with additional status parameter + enum
- New functionalities: checking empty document, array handling, implicit cast for strings, classical locale for an implicit cast from string to number, reset to the internal JSON object after critical errors, finish a parsing once the root closing bracket is met
- New samples for: extractFromJSON, queryJSON
- New SPLDoc: thread limitations
com.ibm.streamsx.json 1.2.1
Changes since v1.1.1
- Addition of functions to convert SPL values to JSON objects as strings.
Supports IBM Streams 4.0 and later releases
com.ibm.streamsx.json 1.1.1
Initial release
This toolkit has been stable and in use for many months. It contains two operators:
JSONToTuple
-- takes jsonStrings to Streams tuplesTupleToJSON
-- takes a Streams tuple or list and creates a JSON string representation
It also contains a createTypes.sh
script which helps create a Streams type from a JSON string.
It is compatible with Streams 3.2 and up.