jansson.git
2010-01-19 Sean Middleditchreplace json::from() with explicit Value() constructors
2010-01-19 Sean Middleditchmove static functions out of Value, add test driver...
2010-01-19 Sean Middleditchrename jansson namespace to json
2010-01-17 Sean Middleditchrename files to match upstream's preferences
2010-01-17 Sean Middleditchadd comments noting inefficiency of stream ops
2010-01-17 Sean Middleditchadded a couple minor comments
2010-01-17 Sean Middleditchcleanup code
2010-01-16 Sean Middleditchrename ArrayProxy to ElementProxy and ObjectProxy to...
2010-01-16 Sean Middleditchrename and move the _* private classes to _private...
2010-01-16 Sean Middleditchadd object property proxy support
2010-01-16 Sean Middleditchadd array element proxy support
2010-01-16 Sean Middleditchtemplatize janssonxx functionality to prepare for proxy...
2010-01-14 Sean Middleditchdont attempt to create a std::string from NULL in as_st...
2010-01-14 Sean Middleditchsave flags default to 0
2010-01-14 Sean Middleditchadd a safeguard against NULL return output stream
2010-01-14 Sean Middleditchadd Value::from(float)
2010-01-13 Sean Middleditchinsert and remove methods
2010-01-13 Sean Middleditchadd proper attribution to janssonxx.h
2010-01-13 Sean Middleditchuse different temporaries in tests instead of reusing e3
2010-01-12 Sean Middleditchremove auto type conversion on array/object assignment
2010-01-12 Sean Middleditchrename as_json_t to as_json
2010-01-12 Sean Middleditchadd (ugly) stream support
2010-01-12 Sean Middleditchrename the set() methods
2010-01-12 Sean Middleditchremove some unnecessary checks
2010-01-12 Sean Middleditchcleanup the take_ownership function a bit
2010-01-12 Sean Middleditchadded save_file and save_string methods
2010-01-12 Sean Middleditchinclude jansson.h inside the jansson namespace
2010-01-12 Sean Middleditchtest object property assignment and clear
2010-01-12 Sean Middleditchexpand array assignment tests
2010-01-12 Sean Middleditchadd link to Jansson web to README
2010-01-12 Sean Middleditchadded README
2010-01-12 Sean Middleditchcleaner assignment behavior
2010-01-12 Sean Middleditchignore test-bin output file
2010-01-12 Sean Middleditchadd tests
2010-01-12 Sean Middleditchinitial commit of janssonxx.h