summaryrefslogtreecommitdiffstats
path: root/src/jv_parse.c
AgeCommit message (Expand)Author
2023-12-13jv_parse: let decNumberFromString/strtod parse complex nans as a NaNEmanuele Torre
2023-11-28jv_parse: refactor jv_parse_sizedDavid Korczynski
2023-11-28Extend fuzzing set upDavid Korczynski
2023-09-26Reject U+001F in string literals (fix #2909)itchyny
2023-07-25Only care about RS when parsing with --seqEmanuele Torre
2023-07-17Make stream parser error when a non-empty object or array is used as keyEmanuele Torre
2023-07-14Parse nan in JSON as NaN instead of triggering a parse error (#2712)Emanuele Torre
2023-07-05Setup path correctly after stream parsing a key:value object pair (#2642)Mattias Wadman
2019-10-22Add configure guards around literal jv_numbersWilliam Langford
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2017-01-27Parse no deeper than MAX_PARSING_DEPTHW-Mark Kubacki
2015-10-24Heap buffer overflow in tokenadd() (fix #105)Nicolas Williams
2015-08-23Move source files to src/David Tolnay