cli/pkg/jsoncolor
Mislav Marohnić f34fc61a9a
api: avoid HTML-escaping JSON output
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.
2022-07-25 13:10:44 +02:00
..
jsoncolor.go api: avoid HTML-escaping JSON output 2022-07-25 13:10:44 +02:00
jsoncolor_test.go Add tests for jsoncolor 2020-06-08 16:05:00 +02:00