FunctionsJSON
json_object
Builds a JSON object from key/value arguments. Keys are interpreted as strings; values are converted to JSON using the engine's JSON mapping rules.
json_object(…) → JSONKind · scalar
Builds a JSON object from key/value arguments. Keys are interpreted as strings; values are converted to JSON using the engine's JSON mapping rules.
Part of the JSON family.