JSON:API Payload Explorer

A tool to preview, search and inspect JSON:API payloads. Supports sideposting & sideloading.

Development

git clone git@github.com:veelenga/jsonapi-payload-explorer.git
cd jsonapi-payload-explorer/

yarn install
yarn start

See instructions how to run backend part.

Deployment

Deploy to GitHub pages:

yarn run deploy