json.Marshal does HTML-escaping by default, which is what we don't want since we're printing to the terminal instead of embedding this JSON into a HTML document. |
||
|---|---|---|
| .. | ||
| jsoncolor.go | ||
| jsoncolor_test.go | ||
json.Marshal does HTML-escaping by default, which is what we don't want since we're printing to the terminal instead of embedding this JSON into a HTML document. |
||
|---|---|---|
| .. | ||
| jsoncolor.go | ||
| jsoncolor_test.go | ||