DB
FunctionsJSON

json_pretty

Formats a JSON value as a human-readable string with indentation and line breaks. Use this for debugging and logs, not for stable storage formats.

json_pretty(…) → String

Kind · scalar

Formats a JSON value as a human-readable string with indentation and line breaks. Use this for debugging and logs, not for stable storage formats.

Part of the JSON family.