Module stdx.data.json.generator

Contains routines for converting JSON values to their string represencation.

Synopsis

...

Functions

NameDescription
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

NameDescription
JSONOutputRange Output range that takes JSON primitives and outputs to a character output range.

Enums

NameDescription
GeneratorOptions Flags for configuring the JSON generator.