summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/json.h
Commit message (Collapse)AuthorAgeFilesLines
* Chance function(void) to function()reaverb2014-05-241-3/+3
|
* Indentation fixes.Adam Borowski2013-12-041-31/+34
|
* Add a JSON parser for Webtiles.Florian Diebold2011-12-081-0/+119
It's from the CCAN at http://ccodearchive.net/info/json.html; I mainly chose this one because it's very simple (only one file) and has an acceptable API.