zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.65k stars 778 forks source link

Prevent jsondump from trying to print values that don't exist #142

Closed pt300 closed 5 years ago

pt300 commented 5 years ago

This small change to example program stops it from assuming that each key in an object has a value. Fixes #125 and #138

pt300 commented 5 years ago

Fix applied