summaryrefslogtreecommitdiff
path: root/project2/json/serialize.cpp
Commit message (Collapse)AuthorAge
* Switch to external jsonpp libraryrandomdan2014-07-04
|
* Optimize json objects and outputrandomdan2013-12-19
|
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
|
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Allowing specification of output encodingrandomdan2012-01-03
|
* Don't write JSON numbers in scientific notation, use native C++ boolalpha ↵randomdan2011-12-14
| | | | for booleans
* Serialize JSON objects to a stream, removes need to temp string in transformrandomdan2011-11-29
|
* Make ContentPresenter a mix-inrandomdan2011-11-29
| | | | | Add a JSON presenter Fix minor bugs in JSON serializer highlighter by new presenter
* Adds the JSON and CouchDB modulerandomdan2011-10-17