vitess-gh/go/jsonutil
Michael Demmer 407a9495fb add jsonutil package to implement MarshalNoEscape
For some inexplicable reason, the default golang json.Marshal causes
certain characters like < and > to be html-encoded by default. Since
this can be avoided by explicitly using the underlying Encoder object,
implement a one-line equivalent to json.Marshal that disables the
html escaping.
2017-09-11 08:52:00 -07:00
..
json.go