We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
elemental.json.
Package elemental.json
-
Interface Summary Interface Description JsonArray Represents a Json array.
JsonBoolean Represents a Json boolean.
JsonFactory Factory interface for parsing and creating JSON objects.
JsonNull Represents the Json null value.
JsonNumber Represents a Json number value.
JsonObject Represents a Json object.
JsonString Represents a Json String value.
JsonValue Base interface for all Json values.
-
Class Summary Class Description Json Vends out implementation of JsonFactory.
-
Enum Summary Enum Description JsonType Represents the type of the underlying JsonValue.
-
Exception Summary Exception Description JsonException A exception representing an error in parsing or serializing Json.