zaproxy / zest

Mozilla Public License 2.0
102 stars 36 forks source link

Replace `gson` with `Jackson` #253

Open thc202 opened 1 year ago

thc202 commented 1 year ago

Use the same library (Jackson) as ZAP add-ons, to reduce the number of dependencies required to parse JSON (and other formats, e.g. #242) when running Zest in ZAP.

Related to zaproxy/zaproxy#7798.