pquerna / ffjson

faster JSON serialization for Go
Apache License 2.0
2.97k stars 234 forks source link

flag for controlling HTMLEscape when Marshalling #141

Open flowbehappy opened 9 years ago

flowbehappy commented 9 years ago

https://github.com/golang/go/issues/8592 Like this discussion for std json lib. Golang's standard lib won't change, so I really like to see a good third party lib can support.

jblachly commented 8 years ago

I ran into this [unable to turn off autoescaping of greater than and less than in JSON output] today and was shocked :/