go-simplejson icon indicating copy to clipboard operation
go-simplejson copied to clipboard

JSON Encode limit

Open chennqqi opened this issue 6 years ago • 1 comments

JSON Encode limit

after golang 1.7. package "encoding/json" add function func (*Encoder) SetEscapeHTML to avoid json Marshal to escape html characters.

suggest to add this feature to go-simplejson

chennqqi avatar Jun 19 '18 06:06 chennqqi

https://stackoverflow.com/questions/24656624/golang-display-character-not-ascii-like-not-0026

chennqqi avatar Jun 20 '18 12:06 chennqqi