Uses of Package
com.github.wnameless.json.base
-
Classes in com.github.wnameless.json.base used by com.github.wnameless.json.base Class Description GsonJsonArray The GSON implementation ofJsonArrayCore.GsonJsonObject The GSON implementation ofJsonObjectCore.GsonJsonValue The GSON implementation ofJsonValueCore.JacksonJsonArray The Jackson implementation ofJsonArrayCore.JacksonJsonObject The Jackson implementation ofJsonObjectCore.JacksonJsonValue The Jackson implementation ofJsonValueCore.Jsonable Jsonableallows the implementing class to be converted into a JSON string.JsonArrayBase JsonArrayBaseextendsJsonValueBaseand adds essential methods which should be included in any JSON array implementation.JsonArrayCore JsonCore JsonCoreprovides a wrapper to all kinds of JSON parsers.JsonObjectBase JsonObjectBaseextendsJsonValueBaseand adds essential methods which should be included in any JSON object implementation.JsonObjectCore JsonSource JsonSourceallows the implementing class to return a JSON elementary object.JsonValueBase JsonValueBasedefines all essential methods which should be included in any JSON implementation object.JsonValueCore JsonValueCoreextendsJsonValueBaseand alters the returning values ofJsonValueCore.asObject(),JsonValueCore.asArray()andJsonValueCore.asValue()from immutable "Base" version to mutable "Core" version.
It also extendsJsonSourcewhich allows it returns the JSON implementation object of this wrapper.