MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / writeJSONString

Method writeJSONString

jOOQ/src/main/java/org/jooq/tools/json/JSONValue.java:50–52  ·  view source on GitHub ↗

Encode an object into JSON text and write it to out. @see JSONObject#writeJSONString(Map, Writer) @see JSONArray#writeJSONString(List, Writer)

(Object value, Writer out)

Source from the content-addressed store, hash-verified

48 * @see JSONArray#writeJSONString(List, Writer)
49 */
50 public static void writeJSONString(Object value, Writer out) throws IOException {
51 writeJSONString(value, out, false, false);
52 }
53
54 /**
55 * Encode an object into JSON text and write it to out.

Callers 4

toJSONStringMethod · 0.95
writeJSONStringMethod · 0.95
writeJSONStringMethod · 0.95
toJSONStringMethod · 0.95

Calls 9

escapeMethod · 0.95
writeFloatMethod · 0.95
writeJSONStringMethod · 0.95
writeJSONStringMethod · 0.95
isNaNMethod · 0.80
isPositiveInfinityMethod · 0.80
isNegativeInfinityMethod · 0.80
toStringMethod · 0.65
intoMapMethod · 0.65

Tested by

no test coverage detected