Converts a given JSON-format input (number, true/false, list, object) into a text.
ENCODE_JSON(value: String|Number|Boolean|Object|Array, spaces: Number) => String
Parameter | Description |
Value | Value to convert |
Spaces | A Number that's used to insert white space into the output JSON text for readability purposes |
Formula | Return value |
|
|
|
|
|
|
|
|
|
|