Module stdx.data.json.generator
Contains routines for converting JSON values to their string represencation.
Functions
Name | Description |
jsonOutputRange(output)
|
Convenience function for creating a JSONOutputRange instance using IFTI.
|
toJSON(value)
|
Converts the given JSON document(s) to its string representation.
|
writeJSON(value, output)
|
Writes the string representation of the given JSON document(s)/tokens to an
output range.
|
Structs
Name | Description |
JSONOutputRange
|
Output range that takes JSON primitives and outputs to a character output
range.
|