Inspect shape, types, and nesting.
Free · No signup · Runs in your browser
| path | type | count | flags | sample |
|---|---|---|---|---|
| $.data | array[2…2] | 1 | [{"id":"cus_001","email":"ada@example.com","subscriptions":[… | |
| $.data[] | object | 2 | {"id":"cus_001","email":"ada@example.com","subscriptions":[{… | |
| $.data[].email | string | 2 | "ada@example.com" | |
| $.data[].id | string | 2 | "cus_001" | |
| $.data[].metadata | object | 2 | nullable | {"plan":"pro"} |
| $.data[].metadata.plan | string | 1 | "pro" | |
| $.data[].subscriptions | array[0…1] | 2 | [{"id":"sub_a","status":"active","amount_cents":1200}] | |
| $.data[].subscriptions[] | object | 1 | {"id":"sub_a","status":"active","amount_cents":1200} | |
| $.data[].subscriptions[].amount_cents | integer | 1 | 1200 | |
| $.data[].subscriptions[].id | string | 1 | "sub_a" | |
| $.data[].subscriptions[].status | string | 1 | "active" | |
| $.has_more | boolean | 1 | false | |
| $.object | string | 1 | "list" | |
| $.url | string | 1 | "/v1/customers" |
Runs entirely in your browser. Nothing is uploaded or stored.