What is the syntax?
JsonToString(JSONString, Reference, Indent, IndentChar)
- JSONString = string representation of the JSON document
- Reference = JSON path that points to the field that should be converted (optional)
- Indent = Indent level when converting the JSON document (optional)
- IndentChar = Character to be used for the indentation (optional)