aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/json.h')
-rw-r--r--src/unstable/json.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unstable/json.h b/src/unstable/json.h
index 76d96be..5a59b7e 100644
--- a/src/unstable/json.h
+++ b/src/unstable/json.h
@@ -51,6 +51,8 @@ namespace Bu
51 iterator end(); 51 iterator end();
52 const_iterator end() const; 52 const_iterator end() const;
53 53
54 void insert( const Bu::String &sKey, Bu::Json *pObj );
55
54 void parse( Bu::Stream &sInput ); 56 void parse( Bu::Stream &sInput );
55 void parse( const Bu::String &sInput ); 57 void parse( const Bu::String &sInput );
56 void reset(); 58 void reset();