iterators for JsonMap

This commit is contained in:
2023-08-31 14:31:22 -06:00
parent b3456807fe
commit 483e858ab9

View File

@@ -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))