Paste JSON and see what is actually in it: an indented tree, a flat list of every path with its value (handy for writing jq filters or accessing nested fields in code), or a map of the types at each path.
Tree, flat path list and type map views
Paths are written the way you would access them in code
Pinpoints the position of a syntax error
Frequently asked questions
What is the path list for?
It shows every leaf as a path such as user.roles[0], which is what you need when writing a jq filter, a JSONPath query or plain property access.