JSON_ARRAY
Description
Constructs a JSON array. Accepts zero or more parameters, converting them into JSON array elements.
Parameters
- val1, val2, ... : Optional parameters, expressions of any type, used as array elements
Returns
- json type, representing a JSON array
Examples
Notes
- Supports various basic types, including integers, floating-point numbers, booleans, strings, and NULL.
- The returned JSON array is space-compressed.
