public class JSONTraverser extends TreeTraverser<net.minidev.json.JSONObject,net.minidev.json.JSONArray>
JSONObject
JSONTraverser
accepts an action and provides callback hooks for it to act
on the traversed nodes at each significant step. See JSONTraverseAction
.
A key to the right of a dot is a direct child of a key to the left of a dot. Keys with a dot in their name are not supported.
See package-info for more details
action, delim, pathPrefix
Constructor and Description |
---|
JSONTraverser(JSONTraverseAction action) |
Modifier and Type | Method and Description |
---|---|
JSONTraverser |
with(PathDelimiter delim) |
traverse, with
public JSONTraverser(JSONTraverseAction action)
public JSONTraverser with(PathDelimiter delim)
Copyright © 2020 Chemouni Uriel. All rights reserved.