jsonparser
jsonparser copied to clipboard
Can not handle special characters
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
It should handle all the UTF characters, so you probably hit some bug.