Skip to content
Tools

Collection

Developer Essentials

The tools that come up in a normal working day, gathered from three different categories so the whole debugging kit sits in one place.

What is in this collection

One payload, start to finish

The common path through this set: validate the response to find the parse error, open it in the tree viewer to see the shape, write a JSONPath expression to pull out the part you need, diff it against what you expected, and minify to check the byte cost.

Why it crosses categories

JWT decoding and hashing belong to Security, and the four format conversions belong to Converters, but nobody debugging an API opens them from a different part of the site. They sit here with the rest of the kit for that reason.

Popular tools

↑ ↓NavigateOpenEscClose