github.com/jtratner/unescaped-go-json

Attempt to use the go json library without its default escaping of <, >, and &.


License
Other
Install
go get github.com/jtratner/unescaped-go-json

Documentation

unescaped-json

Attempt to use the go json library without its default escaping of <, >, and &.

Code in this repo is entirely taken from the "encoding" library in Go 1.2, with a few modifications to attempt to NOT escape HTML.