diff options
Diffstat (limited to 'src/unstable/json.cpp')
| -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 7e19e85..5f6165c 100644 --- a/src/unstable/json.cpp +++ b/src/unstable/json.cpp | |||
| @@ -165,6 +165,11 @@ Bu::Json::const_iterator Bu::Json::end() const | |||
| 165 | return uDat.pArray->end(); | 165 | return uDat.pArray->end(); |
| 166 | } | 166 | } |
| 167 | 167 | ||
| 168 | bool Bu::Json::has( const Bu::String &sKey ) const | ||
| 169 | { | ||
| 170 | return uDat.pObject->has( sKey ); | ||
| 171 | } | ||
| 172 | |||
| 168 | void Bu::Json::insert( const Bu::String &sKey, Bu::Json *pObj ) | 173 | void Bu::Json::insert( const Bu::String &sKey, Bu::Json *pObj ) |
| 169 | { | 174 | { |
| 170 | uDat.pObject->insert( sKey, pObj ); | 175 | uDat.pObject->insert( sKey, pObj ); |
