writeJSON

Writes the string representation of the given JSON document(s)/tokens to an output range.

See toJSON for more information.

Parameters

output Output

The output range to take the result string in UTF-8 encoding.

value JSONValue

A single JSON document

See Also

toJSON, writePrettyJSON

Meta