

Share a JSON file as a link
Drop a JSON file and get a URL that opens the raw data in any browser, served inert and safe, plus a QR code. No sign-up.
Drop your file here
Anyone with the link · images, audio, video, docs, text & data, or .zip
By uploading, you agree to our Terms and Data Processing Terms and confirm you have the right to share this content.
How it works
Drop your JSON
Drag a JSON file onto the box above, or browse to pick one. No account required.
We generate a link
Your file is validated as well-formed JSON, stored, and published at its own short URL that opens the raw data.
Share it anywhere
Copy the link or scan the QR code. Recipients read the JSON in the browser or point a tool at the stable URL.
Why a link beats an attachment
Opens as raw JSON
The link shows the data as text in the browser, so a teammate can read it, and a browser JSON viewer extension can fold it.
Served inert and safe
We serve the file as JSON with a nosniff header, never as a script, so sharing an API payload can’t run code on open.
A stable URL for tools
Share a config, an export, or a sample payload as one link instead of pasting a wall of text into chat or email.
Frequently asked questions
- How is the JSON shown?
- It opens as raw text in the browser, so recipients can read it immediately, and browser JSON viewers or a quick copy-paste into a formatter make it easy to fold and explore larger payloads.
- Must the file be valid JSON?
- Yes. We validate the upload as well-formed JSON before publishing, so a truncated or malformed file is caught with a clear message instead of shipping broken data to whoever opens the link.
- Is it safe to open and served correctly?
- Yes. The file is served as application/json with a nosniff header and an inline disposition, never executed as a script, so sharing a payload is safe for the person who clicks the link.
- How long does the link stay live?
- Anonymous links last 48 hours. Sign in free and your links stay live for 30 days. When a link expires it simply stops resolving, with no crippled preview mode.
- Do I need an account?
- No. You can drop a JSON file and get a link without signing up. Signing in free unlocks larger files and longer-lived links, and paid plans add password protection and view analytics.
Working with tabular data? Share a CSV file as a link. Have a whole page? Turn an HTML file into a link.