aboutsummaryrefslogtreecommitdiffstats
path: root/lib/json.c
Commit message (Collapse)AuthorAgeLines
* Fixing integer size issue in JSON parser: Although I've changed the integerWilmer van der Gaast2012-11-27-1/+1
| | | | | | type to long long, the parser was still using strtol to convert numbers, truncating large numbers to LONG_MAX. Bug found by Artem Savkov, thanks!
* Add json.[ch], update debian/copyright with license info.Wilmer van der Gaast2012-10-28-0/+742