Parameter List
Syntax
UNNEST(data)
data
The JSON array to be unnested.
More details
The function gets all nested objects and adds them to the root of the data. If there are multiple values, new objects are created. The number of results might be greater than the original data.