Package org.bstats.json
Class JsonObjectBuilder.JsonObject
- java.lang.Object
-
- org.bstats.json.JsonObjectBuilder.JsonObject
-
- Enclosing class:
- JsonObjectBuilder
public static class JsonObjectBuilder.JsonObject extends java.lang.ObjectA super simple representation of a JSON object.This class only exists to make methods of the
JsonObjectBuildertype-safe and not allow a raw string inputs for methods likeJsonObjectBuilder.appendField(String, JsonObject).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-