summaryrefslogtreecommitdiffstats
path: root/src/jv_parse.c
AgeCommit message (Expand)Author
2023-07-09Add --strip-comments optionpull/2548/headliquidaty
2023-07-09Allow, and strip, JSON comments (#, // or /*)liquidaty
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