Skip to content

Releases: silentsignal/burp-json-jtree

v0.6.1

04 Oct 07:15
v0.6.1
Compare
Choose a tag to compare

Replaced generics with casting, fixes a bug introduced in v0.6 for certain Java versions

v0.6

18 Jul 16:21
v0.6
Compare
Choose a tag to compare

Added popup menu entries for collapse operations (#1, thanks @Davincible for the suggestion)

v0.5

28 Sep 14:44
Compare
Choose a tag to compare
  • refactoring
  • added support for "embedded" JSON content in string values such as {"foo": "{\"bar\": 42}"}

v0.4

28 Sep 11:59
Compare
Choose a tag to compare

added support for array roots

v0.3

09 Mar 15:07
Compare
Choose a tag to compare
  • 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

09 May 07:34
Compare
Choose a tag to compare

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

v0.1

26 Apr 07:17
Compare
Choose a tag to compare

Initial release