Settings
JSONZen stores per-tool preferences (indent, sort keys, schema mode, etc.) in your browser's localStorage. Nothing is sent to a server.
Stored data
Each tool keeps its preferences under jsonzen:config:<tool>. The values are plain JSON and you can inspect them in DevTools > Application > Local Storage.
- jsonzen:config:format
- jsonzen:config:minify
- jsonzen:config:validate
- jsonzen:config:tree
- jsonzen:config:diff
- jsonzen:config:jwt
Reset
Two non-overlapping scopes. Each button only clears what its label says — your other namespaces stay untouched. Nothing here affects cloud-synced snippets; cloud copies stay on the server until you delete them from /account/snippets.
Tool preferences
jsonzen:config:*
Per-tool defaults (indent, sort keys, schema mode, JWT timezone, diff options, etc.). This browser only.
Local snippets + vault (destructive)
jsonzen:snippets:v1, jsonzen:snippets:meta:v1
Local snippet ciphertexts AND the local vault setup. Cloud snippets stay safe; you'll re-set up a vault on the next save and they'll re-download.
All storage namespaces
Want to see every namespace JSONZen stores in this browser and your cloud account, plus per-namespace clear actions? Open the Storage page.
Privacy
Everything in JSONZen runs client-side. There is no server, no analytics, no signup. Your JSON, your tokens, your schemas — all live and die in your tab.