ποΈ json_array
Converts each element of an SQL array to a JSON value and returns a JSON array that consists of the JSON values.
ποΈ json_object
Converts one or more key-value pairs to a JSON object that consists of the key-value pairs. The key-value pairs are sorted by key in dictionary order.
ποΈ parse_json
Converts a string to a JSON value.