toxicsludge

JSON ↔ EDN converter & query tool

JSON → EDN

EDN → JSON

Query Data EDN

Examples: [:users 0 :name] path query, [:filter :users [:= :active true]] filter, [:map :users :name] map, [:select :users [:name :email]] select keys

API

POST /api/json-to-edn - Convert JSON to EDN (body: raw JSON)

POST /api/edn-to-json - Convert EDN to JSON (body: raw EDN)

POST /api/query - Query data (body: {"data": {...}, "query": "[:path]"})