open-source-parsers/jsoncpp

Parsing of control characters

j-moeller opened this issue · 0 comments

Describe the bug
jsoncpp parses control characters below 0x20 which is (technically) not in accordance with the JSON grammar.

To Reproduce
We collected a minimum working sample here.

Expected behavior
Upon receiving a control character the parsing should be aborted to conform to the JSON grammar.