MyJSON
Sharing

Share via URL

Compress + embed your document in a URL hash.

Share icon in the toolbar.

How it works

The document is JSON-encoded, LZ-compressed, base64url-encoded, and appended to the URL as `#s=<token>`. Recipients open the link and the editor hydrates with the same content. The data lives in the URL — there is no backend storing it.

Size limits

Most browsers tolerate URLs up to ~32 KB. The share dropdown shows the char count and warns when the doc is too large. For bigger docs, share the JSON file directly.

Mode preservation

The mode (JSON vs YAML) is included in the token. Sharing a YAML doc opens it in YAML mode on the recipient's side.

Examples

Send an API response to a teammate without uploading anywhere

You want to share a 5 KB JSON response with a coworker for a bug review.

  1. Paste the response.
  2. Click Share → Copy.
  3. Paste the link into chat. Teammate clicks, doc loads.