Example usage for Java javax.json JsonWriterFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
JsonWriter | createWriter(Writer writer) Creates a JSON writer to write a JSON JsonObject object or JsonArray array structure to the specified character stream. |
JsonWriter | createWriter(OutputStream out) Creates a JSON writer to write a JSON JsonObject object or JsonArray array structure to the specified byte stream. |