cli/pkg/jsoncolor
Mislav Marohnić fddc888a69 Fix "null" display in colored JSON output
"null" was previously rendered in "bright black", an ANSI color that is
not guaranteed to be visible at all depending on the terminal. Switch
the color to cyan to ensure that "null" is visible.
2021-05-12 16:56:52 +02:00
..
jsoncolor.go Fix "null" display in colored JSON output 2021-05-12 16:56:52 +02:00
jsoncolor_test.go Add tests for jsoncolor 2020-06-08 16:05:00 +02:00