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 TypeInterfaceDescriptioninterfaceJSON Class represents a collection of named values in JSON, where order matters.Classes in com.github.tadukoo.parsing.json that implement JSONClassModifier and TypeClassDescriptionclassAbstract JSON Class is a simple implementation ofJSONClassthat usesAbstractMappedPojofor its implementation.classAbstract Ordered JSON Class is a simple implementation ofOrderedJSONClassthat 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 - {