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)