Feedback wanted: a JSON formatter that lets you verify no pasted-content upload #1
Json-Lee-git
started this conversation in
General
Replies: 1 comment
-
|
GitHub update Added a new security guide: https://www.safejson.dev/security/check-json-formatter-upload The guide explains how to use DevTools Network to verify whether a JSON formatter uploads pasted content after formatting, validating, decoding, or diffing. It also links into SafeJSON's local processing verification page and extension permissions page. This fits the core SafeJSON principle: privacy claims should be verifiable, not just stated. Related pages: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building SafeJSON, a privacy-first JSON formatter and developer toolkit.
The core idea is simple: you should not have to trust the tool. You should be able to verify it.
Verification flow:
SafeJSON currently includes:
The product is open source and runs pasted JSON locally in the browser.
I'm looking for feedback from developers who regularly paste logs, API responses, config files, JWTs, or production
JSON into online tools.
Specific feedback I'd love:
Website: https://www.safejson.dev
Source: https://github.com/s01071233604-tech/safejson
Beta Was this translation helpful? Give feedback.
All reactions