Description Usage Arguments Value Examples
Strips 'stringified' JSON of newlines and spaces following colons or commas.
1 | compact_json_str(txt)
|
txt |
character: the stringified JSON to be compacted. |
character: a string (stringified JSON), stripped of newlines and spaces following colons or commas.
1 | compact_json_str("{\n 'v1': [20],\n 'v2': [1.5]\n }")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.