Class JsonObjectBuilder.JsonObject

java.lang.Object
org.bstats.json.JsonObjectBuilder.JsonObject
Enclosing class:
JsonObjectBuilder

public static class JsonObjectBuilder.JsonObject extends Object
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).