Package com.github.tadukoo.parsing.json
package com.github.tadukoo.parsing.json
Provides interfaces and simple implementations of handling JSON using
MappedPojos
, along with a
JSONConverter
class.-
ClassDescriptionAbstract JSON Class is a simple implementation of
JSONClass
that usesAbstractMappedPojo
for its implementation.Abstract Ordered JSON Class is a simple implementation ofOrderedJSONClass
that extendsAbstractJSONClass
.JSONArray<T>JSON Array represents an array of objects in JSON.JSON Class represents a collection of named values in JSON.A class able to parse JSON into JSON Objects (either a class or array), and to convert classes or objects into JSON strings.JSON Class represents a collection of named values in JSON, where order matters.