зеркало из https://github.com/github/vitess-gh.git
407a9495fb
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. |
||
---|---|---|
.. | ||
json.go |