The JSON class / util.JSON methods |
Formats JSON string with indentation.
util.JSON.format( source STRING ) RETURNING result STRING
The util.JSON.format() class method takes a JSON formatted string as parameter and indents the JSON string.
The main purpose of this method is to beautify a JSON data string that is on a single line, by adding line breaks and indentation.