JSON Lense is the most elaborate open source JSON inspector tool. #GithubPage
- Various JSON input method
- By text
- By clipboard
- By file
- Optimized tree style JSON viewer
- Can render huge JSON without lag, thanks to fake scroll technique
- Manipulate JSON using TypeScript
- with inferenced type from your JSON data!
- Developer friendly
- Open source
- No freaking ad
- 100% Client Logic
- No server api
- No data leakage
- No user tracking
- Safe code evaluation using Web Workers API
- No
evalorFunctionbased code execution
- No
Note that there is no difference with github page hosted one, in terms of features.
npm i
# simply dev mode will work
npm run dev
# or you can build and serve
npm run build
npm run preview
Please read CODE_OF_CONDUCT.md first.
JSON Lense uses
npmfor package managervitefor bundlervitestfor unit testermonaco-editorfor editor
FYI checkout the package.json.
Also, don't forget to enable prettier in your IDE or manually apply before you commit.