Package: jshon
Version: 20131010-3
Severity: normal

% /bin/echo '{"foo\u0000": "bar"}' | jshon -k 
json read error: line 1 column 12: \u0000 is not allowed near '"foo\u0000"'

% /bin/echo '{"foo": "bar\u0000"}' | jshon -k
json read error: line 1 column 19: \u0000 is not allowed near '"bar\u0000"'


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to