Uses of Class
eliasstar.json.exceptions.MalformedJsonException
-
Packages that use MalformedJsonException Package Description eliasstar.json eliasstar.json.exceptions -
-
Uses of MalformedJsonException in eliasstar.json
Methods in eliasstar.json that throw MalformedJsonException Modifier and Type Method Description static Object
Json. fromJson(String json)
Parses a JSON string into a Java object tree -
Uses of MalformedJsonException in eliasstar.json.exceptions
Subclasses of MalformedJsonException in eliasstar.json.exceptions Modifier and Type Class Description class
InvalidJsonTypeException
Indicates a type error in the input JSON such as field names not being strings.class
JsonNumberFormatException
Indicates that a number in the input JSON was not formatted properly.
-