You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Burp Suite extension that turns JSON into a clickable tree — click any node to auto-generate the jq path, run it with an embedded jq engine (no external binary), and reuse it via history & saved templates.
Simple creator from json text/response with json in body from URL to pojo (java class). Additionaly can create new pojo from fields(works look like JsonFilter) from existing json. Used libs for generating pojo and Jackson JSON PropertyFilter, which selects properties of an object/list/map using a subset of the Facebook Graph API filtering syntax.