Syntax
JSON_ELEMENTS(<string>;N)
Description
Returns the top N elements of a JSON array.
If N is left blank, all elements of the JSON array are returned.
...
JSON_ELEMENTS(<string>;N)
Returns the top N elements of a JSON array.
If N is left blank, all elements of the JSON array are returned.
...