Skip to content
English
  • There are no suggestions because the search field is empty.

AggregateJSON()

Returns the aggregation of the values where keys match the search pattern from the specified JSON string.

Syntax

AggregateJSON(string json, string pattern, 
aggregation type aggregationType)

 

Example

AggregateJSON("The JSON String Signal" in " ", "*oil??", Aggregations.Sum)