Uses of Interface
com.github.tadukoo.parsing.json.JSONClass
Package
Description
Provides interfaces and simple implementations of handling JSON using
MappedPojos
, along with a
JSONConverter
class.-
Uses of JSONClass in com.github.tadukoo.parsing.json
Modifier and TypeInterfaceDescriptioninterface
JSON Class represents a collection of named values in JSON, where order matters.Modifier and TypeClassDescriptionclass
Abstract JSON Class is a simple implementation ofJSONClass
that usesAbstractMappedPojo
for its implementation.class
Abstract Ordered JSON Class is a simple implementation ofOrderedJSONClass
that extendsAbstractJSONClass
.Modifier and TypeMethodDescriptionJSONConverter.parseJSONClass
(String JSONString, int startIndex) Parses a JSON class, where startIndex is the index of the character AFTER the opening brace - {