burp-piper icon indicating copy to clipboard operation
burp-piper copied to clipboard

Improve gron config

Open ngregoire opened this issue 2 years ago • 2 comments

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: '{'}

ngregoire avatar Nov 30 '22 23:11 ngregoire

Thanks! Why not a pull request? :)

dnet avatar Dec 01 '22 07:12 dnet

Laziness?

ngregoire avatar Dec 01 '22 08:12 ngregoire