jsonparser icon indicating copy to clipboard operation
jsonparser copied to clipboard

Escape function

Open bshafiee opened this issue 6 years ago • 0 comments

Hi,

There is a jsonparser.Unescape function which escapes special characters according to (https://tools.ietf.org/html/rfc7159#section-7), but there is not any Escape function to escape especial chars in the input strings specially for jsonparser.Set functions. It would really useful and avoids using other json libraries for such purpose.

bshafiee avatar Aug 27 '18 14:08 bshafiee