DB
FunctionsJSON

row_to_json

Builds a JSON object from the current row arguments. Each argument is emitted as f1, f2, ... and converted with the native SQL-to-JSON mapping.

row_to_json(…) → JSON

Kind · scalar

Builds a JSON object from the current row arguments. Each argument is emitted as f1, f2, ... and converted with the native SQL-to-JSON mapping.

Part of the JSON family.