Uses of Class
net.minidev.json.JSONNavi
Packages that use JSONNavi
-
Uses of JSONNavi in net.minidev.json
Methods in net.minidev.json that return JSONNaviModifier and TypeMethodDescriptionadd value to the current arraysJSONNavi.array()
Set current value as Json Array You can also skip this call Arrays can be create automatically.JSONNavi
<?> JSONNavi.at
(int index) Access to the index position.JSONNavi
<?> JSONNavi
<?> JSONNavi.atNext()
Access to last + 1 the index position.private JSONNavi
<?> Internally log errors.static JSONNavi
<JSONAwareEx> JSONNavi.newInstance()
JSONNavi.newInstanceArray()
static JSONNavi
<JSONObject> JSONNavi.newInstanceObject()
JSONNavi.object()
Set current value as Json Object You can also skip this call, Objects can be create automatically.JSONNavi.root()
return to root nodeset current value as Booleanset current value as Numberset current value as Stringwrite an value in the current objectwrite an value in the current objectwrite an value in the current objectwrite an value in the current objectJSONNavi
<?> JSONNavi.up()
Move one level up in Json tree.JSONNavi
<?> JSONNavi.up
(int level) call up() level times.