summaryrefslogtreecommitdiff
path: root/project2/json/serialize.cpp
Commit message (Collapse)AuthorAge
* 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