Uses of Package
com.github.wnameless.json.base
-
Classes in com.github.wnameless.json.base used by com.github.wnameless.json.baseClassDescriptionThe GSON implementation of
JsonArrayCore.The GSON implementation ofJsonObjectCore.The GSON implementation ofJsonValueCore.The Jackson implementation ofJsonArrayCore.The Jackson implementation ofJsonObjectCore.The Jackson implementation ofJsonValueCore.The Jakarta implementation ofJsonArrayCore.The Jakarta implementation ofJsonObjectCore.The Jakarta implementation ofJsonValueCore.Jsonableallows the implementing class to be converted into a JSON string.JsonArrayBaseextendsJsonValueBaseand adds essential methods which should be included in any JSON array implementation.JsonCoreprovides a wrapper to all kinds of JSON parsers.JsonObjectBaseextendsJsonValueBaseand adds essential methods which should be included in any JSON object implementation.JsonSourceallows the implementing class to return a JSON elementary object.JsonValueBasedefines all essential methods which should be included in any JSON implementation object.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.The org.json implementation ofJsonArrayCore.The org.json implementation ofJsonObjectCore.The org.json implementation ofJsonObjectCore.