Example usage for Java javax.json.stream JsonGeneratorFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
JsonGenerator | createGenerator(Writer writer) Creates a JSON generator to write JSON text to a character stream. |
JsonGenerator | createGenerator(OutputStream out) Creates a JSON generator to write JSON text to a byte stream. |