“What happens if I need to fuzz something that doesn’t take strings or buffers as inputs” is the question I’ve come to dislike most when talking to people about fuzzing.| seeinglogic blog
A single-function JSON parser for the POSIX shell.| seize the dev
Json parsing in C using function pointers attached to a struct| xnacly.me
For better or worse, depending on your perspective, JSON has become a dominant data format and shows no signs of being replaced any time soon. There are good reasons for that: on the face of it, it…| Neil Madden