Uses of Class
net.minidev.json.JSONArray
-
Packages that use JSONArray Package Description net.minidev.json net.minidev.json.actions net.minidev.json.actions.navigate Navigate user-specified paths in a tree made up ofMaps andListand process themnet.minidev.json.actions.traverse Traverse all the nodes in aJSONObjectand process them -
-
Uses of JSONArray in net.minidev.json
Methods in net.minidev.json that return JSONArray Modifier and Type Method Description JSONArrayJSONArray. appendElement(java.lang.Object element)Appends the specified element and returns this.protected static JSONArrayJSONObject. merge(JSONArray o1, java.lang.Object o2)private static JSONArrayJSONObject. merge(JSONArray o1, JSONArray o2)Methods in net.minidev.json that return types with arguments of type JSONArray Modifier and Type Method Description static JSONNavi<JSONArray>JSONNavi. newInstanceArray()Methods in net.minidev.json with parameters of type JSONArray Modifier and Type Method Description protected static JSONArrayJSONObject. merge(JSONArray o1, java.lang.Object o2)private static JSONArrayJSONObject. merge(JSONArray o1, JSONArray o2) -
Uses of JSONArray in net.minidev.json.actions
Constructors in net.minidev.json.actions with parameters of type JSONArray Constructor Description PathLocator(JSONArray pathsToFind)PathRemover(JSONArray pathsToRemove)PathReplicator(JSONArray pathsToCopy)PathsRetainer(JSONArray pathsToRetain) -
Uses of JSONArray in net.minidev.json.actions.navigate
Methods in net.minidev.json.actions.navigate with parameters of type JSONArray Modifier and Type Method Description voidCopyPathsAction. recurEnd(TreePath jp, JSONArray ja)booleanCopyPathsAction. recurInto(TreePath jp, JSONArray o) -
Uses of JSONArray in net.minidev.json.actions.traverse
Methods in net.minidev.json.actions.traverse with parameters of type JSONArray Modifier and Type Method Description booleanKeysPrintAction. recurInto(java.lang.String pathToEntry, JSONArray entryValue)booleanLocatePathsJsonAction. recurInto(java.lang.String pathToEntry, JSONArray entryValue)booleanRemoveElementsJsonAction. recurInto(java.lang.String pathToEntry, JSONArray entryValue)booleanRemovePathsJsonAction. recurInto(java.lang.String pathToEntry, JSONArray entryValue)booleanRetainPathsJsonAction. recurInto(java.lang.String fullPathToArrayItem, JSONArray entryValue)
-