Writes the string representation of the given JSON document(s)/tokens to an output range.
See toJSON for more information.
The output range to take the result string in UTF-8 encoding.
List of JSON tokens to be converted to strings. The tokens may occur in any order and are simply appended in order to the final string.
toJSON, writePrettyJSON
See Implementation
Writes the string representation of the given JSON document(s)/tokens to an output range.
See toJSON for more information.