Class JSONTraverser

java.lang.Object
net.minidev.json.actions.traverse.TreeTraverser<net.minidev.json.JSONObject,net.minidev.json.JSONArray>
net.minidev.json.actions.traverse.JSONTraverser

public class JSONTraverser extends TreeTraverser<net.minidev.json.JSONObject,net.minidev.json.JSONArray>
Traverses every node of a 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

Author:
adoneitan@gmail.com