aboutsummaryrefslogtreecommitdiffstats
path: root/include/json.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed crow::json::detail::r_string move operatorEugene Timokhov2016-09-041-0/+2
* Add u() for uint64_t: manually applying #129ipknHama2016-08-271-1/+20
* Remove warnings: manually applying #101, #104ipknHama2016-08-271-11/+9
* Merge pull request #107 from kumagi/masterJaeseung Ha2016-05-231-1/+3
|\
| * defeat some warningskumagi2015-12-241-1/+3
* | Added inline to get_type_strpierobot2016-01-121-1/+1
|/
* [Feature] JSON body `i()` now works with strings. Added better error messages...Samuel Marks2015-09-271-2/+19
* change 0b literals to 0x for VS2013 supportipknHama2015-02-201-6/+6
* fix issue #39, bug at assigning vector to json wvalueipknHama2015-01-081-1/+1
* change pointer to reference; fix up spacesipknHama2014-12-121-83/+83
* Merge pull request #38 from acron0/json-boolipkn2014-11-121-0/+9
|\
| * Added boolean types to json rvalue (.b()) including testsAntony Woods2014-11-061-0/+9
* | Fixes a bug that crow::json failed to parse double value starting with 0ipknHama2014-11-091-2/+2
* | Fixes #32 by chaing types for operator overloading from int32_t to int, longJaeseung Ha2014-11-091-6/+22
|/
* added missing header for amalgateipknHama2014-10-241-0/+1
* amalgamation addedipknHama2014-08-081-5/+5
* spliting header implementation into cpp files, routing.cpp createdipknHama2014-08-071-16/+13
* source resturcturing + CMakeipknHama2014-08-071-0/+1380