diff options
Diffstat (limited to '')
-rw-r--r-- | src/unstable/json.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unstable/json.cpp b/src/unstable/json.cpp index cdc2a30..273d5d3 100644 --- a/src/unstable/json.cpp +++ b/src/unstable/json.cpp | |||
@@ -160,6 +160,11 @@ int Bu::Json::getSize() const | |||
160 | ); | 160 | ); |
161 | } | 161 | } |
162 | 162 | ||
163 | Bu::StringList Bu::Json::getKeys() const | ||
164 | { | ||
165 | return uDat.pObject->getKeys(); | ||
166 | } | ||
167 | |||
163 | Bu::Json::iterator Bu::Json::begin() | 168 | Bu::Json::iterator Bu::Json::begin() |
164 | { | 169 | { |
165 | return uDat.pArray->begin(); | 170 | return uDat.pArray->begin(); |