DB
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(…) → JSON

Kind · 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.