Skip to content

v1.1

Compare
Choose a tag to compare
@godfuzz3r godfuzz3r released this 05 Sep 14:59
· 4 commits to main since this release
  • use UnicodeUnescaper().translate() instead of unsecapeJava so escaped double quotes don't get escaped from escaping and break json structure
  • use jackson instead of gson because gson treats any string as json, jackson eliminates the need for json validation