Bug#739207: jshon chokes on \u0000

2014-02-16 Thread Clint Adams
Package: jshon Version: 20131010-3 Severity: normal % /bin/echo '{foo\u: bar}' | jshon -k json read error: line 1 column 12: \u is not allowed near 'foo\u' % /bin/echo '{foo: bar\u}' | jshon -k json read error: line 1 column 19: \u is not allowed near 'bar\u' -- To

Bug#739207: jshon chokes on \u0000

2014-02-16 Thread Jordan Metzmeier
reassign libjansson4 thanks This appears to be an upstream bug in the jansson library. I found the issue on their issue tracker where it was fixed for strings, but not for object keys. https://github.com/akheron/jansson/pull/140 Regards, Jordan Metzmeier -- To UNSUBSCRIBE, email to

Bug#739207: jshon chokes on \u0000

2014-02-16 Thread Clint Adams
On Sun, Feb 16, 2014 at 02:55:03PM -0600, Jordan Metzmeier wrote: This appears to be an upstream bug in the jansson library. I found the issue on their issue tracker where it was fixed for strings, but not for object keys. https://github.com/akheron/jansson/pull/140 Thanks. -- To