We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c79fc commit 5e21653Copy full SHA for 5e21653
external/json/print_json.go
@@ -56,7 +56,7 @@ func printJsonToWriter(json string, monoOutput bool, w io.Writer) error {
56
57
err := gojson.Unmarshal([]byte(json), &v)
58
59
- e := NewEncoder(false, 0, monoOutput)
+ e := NewEncoder(false, 2, monoOutput)
60
61
done := make(chan bool, 1)
62
0 commit comments