Interface JsonIterator.EntryIterator
- Enclosing interface:
JsonIterator
public static interface JsonIterator.EntryIterator
Element/entry iterator.
- Author:
- Jsoniter
-
Method Details
-
next
boolean next()Is there a next entry?- Returns:
truefor next entry,falsefor none
-
key
String key()Returns the next entry key.- Returns:
- the key
-
value
JsonIterator value()Returns the next entry value.- Returns:
- the key
-