Package io.github.mxz_schwarz.parser
package io.github.mxz_schwarz.parser
A package for parsing JSON data.
-
ClassDescriptionWrapper class for JSON arrays.Wrapper class for JSON booleans.
classthat does most of the parsing legwork via thepublicJSON.parsemethods.A checkedExceptionthat can be conveniently chained into an uncheckedJSONRuntimeExceptionviaJSONException.unchecked()and back into a checkedJSONExceptionwithJSONRuntimeException.checked().A wrapper class for JSON objects.A wrapper class for the null value in JSON.A wrapper class for JSON numbers.A wrapperabstract classthat acts as the superclass for all JSON data types.A wrapper class for JSON strings.