Uses of Interface
com.github.tadukoo.parsing.json.JSONArray
Packages that use JSONArray
Package
Description
Provides interfaces and simple implementations of handling JSON using
MappedPojos
, along with a
JSONConverter
class.-
Uses of JSONArray in com.github.tadukoo.parsing.json
Classes in com.github.tadukoo.parsing.json that implement JSONArrayModifier and TypeClassDescriptionclass
Methods in com.github.tadukoo.parsing.json that return JSONArrayModifier and TypeMethodDescriptiondefault <T> JSONArray<T>
JSONClass.getJSONArrayItem
(String key, Class<T> clazz) default <T> JSONArray<T>
JSONClass.getJSONArrayItemNoThrow
(com.github.tadukoo.util.logger.EasyLogger logger, String key, Class<T> clazz) Helper method to cast an item being stored in this JSON class as a properJSONArray
easily.default <T> JSONArray<T>
JSONClass.getJSONArrayItemNoThrow
(String key, Class<T> clazz) Helper method to cast an item being stored in this JSON class as a properJSONArray
easily.Methods in com.github.tadukoo.parsing.json that return types with arguments of type JSONArrayModifier and TypeMethodDescriptionJSONConverter.parseJSONArray
(String JSONString, int startIndex) Parses a JSON array, where startIndex is the index of the character AFTER the opening bracket - [