MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / write

Method write

src/main/java/com/volmit/adapt/util/JSONArray.java:965–967  ·  view source on GitHub ↗

Write the contents of the JSONArray as JSON text to a writer. For compactness, no whitespace is added. Warning: This method assumes that the data structure is acyclical. @return The writer.

(Writer writer)

Source from the content-addressed store, hash-verified

963 * @return The writer.
964 */
965 public Writer write(Writer writer) throws JSONException {
966 return this.write(writer, 0, 0);
967 }
968
969 /**
970 * Write the contents of the JSONArray as JSON text to a writer. For

Callers 1

toStringMethod · 0.95

Calls 5

lengthMethod · 0.95
writeValueMethod · 0.95
indentMethod · 0.95
writeMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected