JSON

Share JSON code online.

Share JSON configs, API payloads, or schema definitions: formatted, highlighted, and encrypted before leaving your browser.

textdrop.sh/xk4mR2
1{2  "name": "my-app",3  "version": "2.1.0",4  "private": true,5  "scripts": {6    "dev":   "next dev --turbo",7    "build": "next build",8    "start": "next start",9    "lint":  "biome check --write .",10    "test":  "vitest run"11  },12  "dependencies": {13    "next":  "^15.0.0",14    "react": "^19.0.0"15  },16  "devDependencies": {17    "@biomejs/biome": "^1.9.0",18    "typescript":    "^5.6.0",19    "vitest":        "^2.0.0"20  },21  "engines": {22    "node": ">=20"23  }24}
Every paste includes

JSON syntax highlighting

Paste JSON code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.

Burn after read

Deleted on first open. Can't be viewed twice.

Password protection

Add a password for end-to-end encryption with no raw key stored.

Configurable expiry

Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.

No account needed

No sign-up, no email, no ads. Paste and share in seconds.

How it works
Plain Text
Markdown
Code
DB_HOST=db-01.prod.internal
DB_USER=api_svc
DB_PASS=xK9$mP2!qR7nLw2
REDIS_URL=redis://:abc@cache:6379
delete after setup — expires 1hr
7 days
Share
textdrop.sh/
7 days · plain text
Use cases
  • 01Share package.json configs with teammates
  • 02Send API response payloads for debugging
  • 03Share JSON Schema definitions
  • 04Distribute environment config templates
  • 05Send tsconfig.json or ESLint config
FAQ
Does textdrop.sh validate JSON syntax?+

textdrop.sh stores and displays your paste as-is: it does not validate or transform JSON. Use a linter locally before sharing if you need validation.

Can I share JSONC (JSON with comments)?+

Select JSON as the language: the grammar handles comments gracefully even though they are not standard JSON.

Is my JSON data encrypted?+

Yes. AES-256-GCM encryption runs in your browser before upload. Non-password pastes store the raw data key server-side for simple sharing and raw access; password-protected pastes keep the raw key out of the server.

Other languages
Drop your code