Releases: silentsignal/burp-json-jtree
Releases · silentsignal/burp-json-jtree
v0.6.1
Replaced generics with casting, fixes a bug introduced in v0.6 for certain Java versions
v0.6
Added popup menu entries for collapse operations (#1, thanks @Davincible for the suggestion)
v0.5
- refactoring
- added support for "embedded" JSON content in string values such as
{"foo": "{\"bar\": 42}"}
v0.4
added support for array roots
v0.3
- ignore UTF-8 BOM prefix (happens with shitty PHP APIs saved with editors of equally high quality)
- added support for (possibly multiple) URL encoded JSON payloads
v0.2
Added context menu with options to
- copy keys and values to the clipboard in various representations (decoded string or JSON) and
- send JSON Web Tokens to Repeater in a format the EsPReSSO plugin can recognize