MCPcopy Create free account
hub / github.com/MCBans/MCBans / value

Method value

src/main/java/com/mcbans/plugin/org/json/JSONWriter.java:288–290  ·  view source on GitHub ↗

Append either the value true or the value false . @param b A boolean. @return this @throws JSONException

(boolean b)

Source from the content-addressed store, hash-verified

286 * @throws JSONException
287 */
288 public JSONWriter value(boolean b) throws JSONException {
289 return this.append(b ? "true" : "false");
290 }
291
292 /**
293 * Append a double value.

Callers

nothing calls this directly

Calls 3

appendMethod · 0.95
valueToStringMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected