Skip to content

Siddhi Execution JSON Release 2.0.3

Compare
Choose a tag to compare
@mohanvive mohanvive released this 30 Sep 17:44
· 50 commits to master since this release

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi Execution JSON 2.0.3 release contains a few improvements related to JSON element processing.

Features & Improvements

  • JSON grouping support when processing JSON elements. (#27). Below is the newly added JSON processing constructs.
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)
json:groupAsString(<STRING|OBJECT> json) 
json:groupAsString(<STRING|OBJECT> json, <STRING>enclosingElement)
json:groupAsString(<STRING|OBJECT> json, <BOOLEAN>distinct)
json:groupAsString(<STRING|OBJECT> json, <STRING>enclosingElement, <BOOLEAN>distinct)

Complete Changes

Please find the complete changes here

Download

Download the release from here