rocket

JSON Path Picker

A JSON path picker: click any node in a collapsible JSON tree to build a live JSONPath expression with breadcrumb navigation, a value preview with type info, and copy.

npx shadcn@latest add https://rocket.gozturk.dev/r/json-path-picker.json
$
object · 5 keys
{
  "customer": {
    "email": "ada@acme.io",
    "full name": "Ada Lovelace",
    "id": "cus_12af"
  },
  "meta": {
    "source": "api",
    "version": 2
  },
…