Uses of Interface
com.github.tadukoo.parsing.json.JSONClass
Packages that use 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
Subinterfaces of JSONClass in com.github.tadukoo.parsing.jsonModifier and TypeInterfaceDescriptioninterface
JSON Class represents a collection of named values in JSON, where order matters.Classes in com.github.tadukoo.parsing.json that implement JSONClassModifier 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
.Methods in com.github.tadukoo.parsing.json that return types with arguments of type JSONClassModifier and TypeMethodDescriptionJSONConverter.parseJSONClass
(String JSONString, int startIndex) Parses a JSON class, where startIndex is the index of the character AFTER the opening brace - {