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 1dad055..7ac6f51 100644 --- a/src/unstable/json.h +++ b/src/unstable/json.h | |||
@@ -52,6 +52,7 @@ namespace Bu | |||
52 | iterator end(); | 52 | iterator end(); |
53 | const_iterator end() const; | 53 | const_iterator end() const; |
54 | 54 | ||
55 | bool has( const Bu::String &sKey ) const; | ||
55 | void insert( const Bu::String &sKey, Bu::Json *pObj ); | 56 | void insert( const Bu::String &sKey, Bu::Json *pObj ); |
56 | void append( Bu::Json *pObj ); | 57 | void append( Bu::Json *pObj ); |
57 | 58 | ||