Uses of Interface
com.github.tadukoo.parsing.json.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.json
Modifier and TypeInterfaceDescriptioninterface
JSONArray<T>
JSON Array represents an array of objects in JSON.interface
JSON Class represents a collection of named values in JSON.interface
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
.class
Modifier 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.