summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.h
Commit message (Expand)AuthorAgeFilesLines
* There is no error code set for json_last_error if an invalid utf8Rasmus Lerdorf2009-07-221-0/+1
* Allow the json_decode() depth to be any size, but keep the static one around ...Scott MacVicar2009-05-141-3/+3
* Add json_last_error() for getting a bit of information about what failed duri...Scott MacVicar2008-12-191-1/+9
* Update the JSON parser with that on json.org, biggest change here is code rea...Scott MacVicar2008-12-171-2/+20
* MFB: Fixed compiler warnings and enable Json by default.Ilia Alshanetsky2006-07-191-2/+0
* - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.Omar Kilani2006-01-311-0/+8