jsonparser icon indicating copy to clipboard operation
jsonparser copied to clipboard

Can not handle special characters

Open PingGao89 opened this issue 8 years ago • 2 comments

hi I am following the exception when dealing with json containing special characters

Example json: {"name":"test","sql":"select `name`\ from tables"}

Panic: Value looks like Number/Boolean/None, but can't find its end: ',' or '}' symbol

PingGao89 avatar Aug 21 '17 02:08 PingGao89

It should handle all the UTF characters, so you probably hit some bug.

buger avatar Aug 21 '17 04:08 buger