Siddhi Execution JSON 2.0.4 Release
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Execution JSON 2.0.4 adds support to process raw JSON strings.
Features & Improvements
- JSON grouping support when processing JSON objects. (#29). Below is the improved as follows,
json:group(<STRING|OBJECT> json)
json:group(<STRING|OBJECT> json, <STRING>enclosingElement)
json:group(<STRING|OBJECT> json, <BOOLEAN>distinct)
json:group(<STRING|OBJECT> json, <STRING>enclosingElement, <BOOLEAN>distinct)
Complete Changes
Please find the complete changes here
Download
Download the release from here