|
err = json.Indent(output, []byte(*input), "", FourSpaces) |
I'm working with some deeply nested JSON and the extra couple spaces would make it a little easier to see more data in both panes. Perhaps it could be part of the config YAML file, like indentSize: 2 or something that like.
Open to helping out if you're open to feature idea. Thanks!
jqp/tui/utils/json.go
Line 81 in c0c3a85
I'm working with some deeply nested JSON and the extra couple spaces would make it a little easier to see more data in both panes. Perhaps it could be part of the config YAML file, like
indentSize: 2or something that like.Open to helping out if you're open to feature idea. Thanks!