aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/json.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/json.cpp')
-rw-r--r--src/unstable/json.cpp5
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
163Bu::StringList Bu::Json::getKeys() const
164{
165 return uDat.pObject->getKeys();
166}
167
163Bu::Json::iterator Bu::Json::begin() 168Bu::Json::iterator Bu::Json::begin()
164{ 169{
165 return uDat.pArray->begin(); 170 return uDat.pArray->begin();