Skip to content

Phryxia/json-lense

Repository files navigation

JSON Lense

JSON Lense is the most elaborate open source JSON inspector tool. #GithubPage

Features

  • 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!

Values of JSON Lense

  • 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 eval or Function based code execution

Run on your local environment

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

Development

Please read CODE_OF_CONDUCT.md first.

JSON Lense uses

FYI checkout the package.json.

Also, don't forget to enable prettier in your IDE or manually apply before you commit.

About

World most elaborate JSON inspector, no server included

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages