Package org.bstats.json
Class JsonObjectBuilder.JsonObject
java.lang.Object
org.bstats.json.JsonObjectBuilder.JsonObject
- Enclosing class:
JsonObjectBuilder
A super simple representation of a JSON object.
This class only exists to make methods of the JsonObjectBuilder type-safe and
not allow a raw string inputs for methods like JsonObjectBuilder.appendField(String, JsonObject).
-
Method Summary