Package | Description |
---|---|
net.minidev.json.actions.traverse |
Traverse all the nodes in a
JSONObject and process them |
Modifier and Type | Interface and Description |
---|---|
interface |
JSONTraverseAction
An interface for a processing action on the nodes of a
JSONObject while traversing it. |
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.
|
Modifier and Type | Field and Description |
---|---|
protected TreeTraverseAction<M,L> |
TreeTraverser.action |
Constructor and Description |
---|
TreeTraverser(TreeTraverseAction action,
PathDelimiter delim) |
Copyright © 2020 Chemouni Uriel. All rights reserved.