Uses of Class
com.blackrook.json.JSONWriter.Options
Package
Description
Contains a set of classes for JSON parsing and object handling.
-
Uses of JSONWriter.Options in com.blackrook.json
Modifier and TypeMethodDescriptionstatic void
JSONWriter.writeJSON
(JSONObject jsonObject, JSONWriter.Options options, OutputStream out) Writes a JSONObject out to the following output stream.static void
JSONWriter.writeJSON
(JSONObject jsonObject, JSONWriter.Options options, Writer writer) Writes a JSONObject out to the following output stream.static void
JSONWriter.writeJSON
(Object object, JSONWriter.Options options, OutputStream out) Writes a JSONObject out to the following output stream.static void
JSONWriter.writeJSON
(Object object, JSONWriter.Options options, Writer writer) Writes a JSONObject out to the following output stream.static String
JSONWriter.writeJSONString
(JSONObject jsonObject, JSONWriter.Options options) Writes a JSONObject out to the following output stream.static String
JSONWriter.writeJSONString
(Object object, JSONWriter.Options options) Writes a JSONObject out to the following output stream.ModifierConstructorDescriptionJSONWriter
(JSONWriter.Options options) Creates a new JSONWriter with a set of options to be used for every write.