Package Torello.Java.JSON
A JSON Package that simple converts JSON-Types to Java-Types, with ease
-
JSON Classes Java Entity Description ReadJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additional help with converting JSON Data into Java Object-DataReadPrimJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additionalReadNumberJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additional help with converting JSON Data into the Best-Fitjava
ReadBoxedJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additionalReadBoxedJSON.XL ReadArrJSON Utilities for parsing Json Array's into Java Array'sReadArrJSON.DimN Parses Multi-Dimensional JSON Array's into Multi-Dimensional Java Array'sJFlag Exception-Flags that may be passed to theReadJSON
methods which accept a'FLAGS'
parameterRJInternal Class which provides a series of helper functions for all JSON Type-Binding Reader ClassesWriteJSON Generates JSON Requests from lists of Parameter-Names, Parameter-Types and Parameter-ValuesBaseType This class may be used to help serialize Java Objects into Json ObjectsJSON Exceptions Java Entity Description JsonBindingException The parent class of all Json Exceptions in this packageJsonBindingArrException The parent class of all Json Binding Exceptions that are used forJsonArray
element retrieval errorsJsonBindingObjException The parent class of all Json Binding Exceptions that are used forJsonObject
property retrieval errorsJsonPropMissingException Used to indicate that therw was a property within aJsonObject
that wasn't actually identified during the Json ParseJsonArithmeticArrException Used to indicate that one of the elements within aJsonArray
caused a JavaArithmeticException
to throw when attempting to bind the element to a Java Number TypeJsonArithmeticObjException Used to indicate that one of the properties within aJsonObject
caused a JavaArithmeticException
to throw when attempting to bind the property to a Java Number TypeJsonTypeArrException Used to indicate that one of the indices within aJsonArray
contained a different type than was requested / expected by the readerJsonTypeObjException Used to indicate that one of the properties within aJsonObject
contained a different type than was requested / expected by the readerJsonNullArrException Used to indicate that one of the elements within aJsonArray
contained Json Null, when it was expected to contain a valid Json-TypeJsonNullObjException Used to indicate that one of the properties within aJsonObject
contained Json-Null, when it was expected to contain a valid Json-TypeJsonNullPrimitiveArrException Used to indicate that one of the indices within aJsonArray
contained null, where a valid primitive-value was expectedJsonNullPrimitiveObjException Used to indicate that one of the properties within aJsonObject
contained null, where a valid primitive-value was expectedJsonStrParseArrException Used to indicate that a specificJsonString
within aJsonObject
orJsonArray
was not properly parsed into a target Java-TypeJsonStrParseObjException Used to indicate that a specificJsonString
within aJsonObject
orJsonArray
was not properly parsed into a target Java-Type