aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/json.h
diff options
context:
space:
mode:
authorMike Buland <mbuland@penny-arcade.com>2017-08-23 14:41:17 -0700
committerMike Buland <mbuland@penny-arcade.com>2017-08-23 14:41:17 -0700
commitd5ff686220bde38bf7d1da55779a1bda9b771d53 (patch)
tree6cd45e09489ee3d1337e1a40f2882b7477109e2f /src/unstable/json.h
parentf7d8270ec0f3aa7b6a82a88520912ac0c37ed74f (diff)
downloadlibbu++-d5ff686220bde38bf7d1da55779a1bda9b771d53.tar.gz
libbu++-d5ff686220bde38bf7d1da55779a1bda9b771d53.tar.bz2
libbu++-d5ff686220bde38bf7d1da55779a1bda9b771d53.tar.xz
libbu++-d5ff686220bde38bf7d1da55779a1bda9b771d53.zip
Json has a "has" function now.
Diffstat (limited to '')
-rw-r--r--src/unstable/json.h1
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