lbryio / lbry.go

MIT License
29 stars 20 forks source link

`SetEscapeHTML` for outbound json for api server #51

Closed tiger5226 closed 5 years ago

tiger5226 commented 5 years ago

Currently the default for golang is escape things like <,>, and &. For example > becomes \u003e. We should set this since the json output is not used for html output.