Uses of Interface
com.github.tadukoo.parsing.json.JSONObject
Packages that use JSONObject
Package
Description
Provides interfaces and simple implementations of handling JSON using
 
MappedPojos, along with a
 JSONConverter class.- 
Uses of JSONObject in com.github.tadukoo.parsing.jsonSubinterfaces of JSONObject in com.github.tadukoo.parsing.jsonModifier and TypeInterfaceDescriptioninterfaceJSONArray<T>JSON Array represents an array of objects in JSON.interfaceJSON Class represents a collection of named values in JSON.interfaceJSON Class represents a collection of named values in JSON, where order matters.Classes in com.github.tadukoo.parsing.json that implement JSONObjectModifier and TypeClassDescriptionclassAbstract JSON Class is a simple implementation ofJSONClassthat usesAbstractMappedPojofor its implementation.classAbstract Ordered JSON Class is a simple implementation ofOrderedJSONClassthat extendsAbstractJSONClass.classMethods in com.github.tadukoo.parsing.json that return JSONObjectModifier and TypeMethodDescriptionParses the given string into a JSON object (either an array or a class), and returns it.JSONConverter.parseJSONFromFile(File file) Reads the file and parses it into a JSON object (either an array or a class), and returns it.JSONConverter.parseJSONFromFile(String filepath) Reads the file at the given filepath and parses it into a JSON object (either an array or a class), and returns it.