Uses of Package
com.github.tadukoo.parsing.json
Package
Description
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.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.