Uses of Interface
com.github.tadukoo.parsing.json.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
Modifier and TypeClassDescriptionclass
Modifier 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.Modifier and TypeMethodDescriptionJSONConverter.parseJSONArray
(String JSONString, int startIndex) Parses a JSON array, where startIndex is the index of the character AFTER the opening bracket - [