Reading a JSON tree
- { } marks an object with its number of keys; [ ] an array with its length.
- Values are coloured by type: strings, numbers, booleans and null.
- Click any row to copy its path in JavaScript notation, such as
data.tickets[1].status. Paste that straight into your code or intojqas.data.tickets[1].status.
Searching
Type in the search box to highlight matching keys and values; branches that contain a match open automatically and the rest fold away.