diff options
Diffstat (limited to 'src/unstable/json.h')
-rw-r--r-- | src/unstable/json.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/json.h b/src/unstable/json.h index 217a69a..336f1fd 100644 --- a/src/unstable/json.h +++ b/src/unstable/json.h | |||
@@ -51,6 +51,7 @@ namespace Bu | |||
51 | Json &operator[]( const Bu::String &sKey ) const; | 51 | Json &operator[]( const Bu::String &sKey ) const; |
52 | Json &operator[]( int iIndex ) const; | 52 | Json &operator[]( int iIndex ) const; |
53 | int getSize() const; | 53 | int getSize() const; |
54 | Bu::StringList getKeys() const; | ||
54 | iterator begin(); | 55 | iterator begin(); |
55 | const_iterator begin() const; | 56 | const_iterator begin() const; |
56 | iterator end(); | 57 | iterator end(); |