JSON_MINIFY
Overview
Compresses a JSON string by removing extra spaces and newlines without changing the content or structure of the JSON.
Syntax
Parameters
<json>: STRING type, the JSON string to compress.
Examples
Related Documentation
- JSON_NORMALIZE — Normalize JSON (sort keys + compress)
- PARSE_JSON — Parse a string into a JSON object
