Example #1
0
 public JsonValue put(String key, boolean value) {
   return this.put(new JsonString(key), JsonBoolean.from(value));
 }