0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replace json::from() with explicit Value() constructors More... about 14 years ago
move static functions out of Value, add test driver to ensure linking works properly More... about 14 years ago
rename jansson namespace to json More... about 14 years ago
rename files to match upstream's preferences More... over 14 years ago
add comments noting inefficiency of stream ops More... over 14 years ago
added a couple minor comments More... over 14 years ago
cleanup code More... over 14 years ago
rename ArrayProxy to ElementProxy and ObjectProxy to PropertyProxy More... over 14 years ago
rename and move the _* private classes to _private namespace More... over 14 years ago
add object property proxy support More... over 14 years ago
add array element proxy support More... over 14 years ago
templatize janssonxx functionality to prepare for proxy setters More... over 14 years ago
dont attempt to create a std::string from NULL in as_string() More... over 14 years ago
save flags default to 0 More... over 14 years ago
add a safeguard against NULL return output stream More... over 14 years ago
add Value::from(float) More... over 14 years ago
insert and remove methods More... over 14 years ago
add proper attribution to janssonxx.h More... over 14 years ago
use different temporaries in tests instead of reusing e3 More... over 14 years ago
remove auto type conversion on array/object assignment More... over 14 years ago
rename as_json_t to as_json More... over 14 years ago
add (ugly) stream support More... over 14 years ago
rename the set() methods More... over 14 years ago
remove some unnecessary checks More... over 14 years ago
cleanup the take_ownership function a bit More... over 14 years ago
added save_file and save_string methods More... over 14 years ago
include jansson.h inside the jansson namespace More... over 14 years ago
test object property assignment and clear More... over 14 years ago
expand array assignment tests More... over 14 years ago
add link to Jansson web to README More... over 14 years ago