By Patrick McCurley

/ember-publish-json

By Patrick McCurley · Created Mar 14, 2026 public

Publish JSON data as an interactive explorer.

/ember-publish-json API response from the users endpoint

Features

The explorer provides:

Payload Format

The JSON explorer supports a multi-payload format for comparing data:

{
  "payloads": [
    { "label": "Request", "data": { "method": "POST", "url": "/api/docs" } },
    { "label": "Response", "data": { "id": "abc123", "status": "published" } }
  ]
}

Each payload becomes a tab. If your JSON isn't in this format, it's automatically wrapped as a single payload.

Examples

/ember-publish-json the response from our /api/users endpoint
/ember-publish-json compare the request and response for order creation
/ember-publish-json package.json