Skip to content

Siddhi Execution JSON 2.0.4 Release

Compare
Choose a tag to compare
@niveathika niveathika released this 04 Oct 18:36
· 45 commits to master since this 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