Package | Description |
---|---|
net.minidev.json.actions.traverse |
Traverse all the nodes in a
JSONObject and process them |
Modifier and Type | Class and Description |
---|---|
class |
KeysPrintAction |
class |
LocatePathsJsonAction
Searches for paths in a
JSONObject and returns those found |
class |
RemoveElementsJsonAction
Removes key:value elements from a
JSONObject . |
class |
RemovePathsJsonAction
Removes branches from a
JSONObject . |
class |
RetainPathsJsonAction
Retain branches or parts of branches matching a specified list of paths.
|
Constructor and Description |
---|
JSONTraverser(JSONTraverseAction action) |
Copyright © 2020 Chemouni Uriel. All rights reserved.