burp-piper
burp-piper copied to clipboard
Improve gron config
Currently, the gron
message viewer only supports JSON objects, not JSON arrays.
The following diff fixes this:
29a30,36
> - prefix: [gron]
> inputMethod: stdin
> name: gron
> filter:
> orElse:
> - {prefix: '[', postfix: ']'}
> - {prefix: '{', postfix: '}'}
34,37d40
< - prefix: [gron]
< inputMethod: stdin
< name: gron
< filter: {prefix: '{'}
Thanks! Why not a pull request? :)
Laziness?