iterators for JsonMap
This commit is contained in:
@@ -36,4 +36,10 @@
|
||||
(dictGet m key))
|
||||
|
||||
(method exists [:String key]
|
||||
(m.exists key))
|
||||
(m.exists key))
|
||||
|
||||
(method iterator []
|
||||
(m.iterator))
|
||||
|
||||
(method keyValueIterator []
|
||||
(m.keyValueIterator))
|
Reference in New Issue
Block a user