aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/json.h
diff options
context:
space:
mode:
authorMike Buland <mbuland@penny-arcade.com>2017-08-22 11:58:37 -0700
committerMike Buland <mbuland@penny-arcade.com>2017-08-22 11:58:37 -0700
commitfeb899f0b0aaaf236577cacf16e4c3b25b292fe6 (patch)
tree2d4391dba6b06a15f3476e3d39c59b035da26aac /src/unstable/json.h
parent2fc7fcd7161121ab48cda40687d7d152e03b3079 (diff)
downloadlibbu++-feb899f0b0aaaf236577cacf16e4c3b25b292fe6.tar.gz
libbu++-feb899f0b0aaaf236577cacf16e4c3b25b292fe6.tar.bz2
libbu++-feb899f0b0aaaf236577cacf16e4c3b25b292fe6.tar.xz
libbu++-feb899f0b0aaaf236577cacf16e4c3b25b292fe6.zip
Updated json.
It needs a lot more work before it can be used to programattically build complex objects, but it's a great start.
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();