Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.31 KB

File metadata and controls

29 lines (22 loc) · 1.31 KB

JSON Viewer

JSON Viewer + Editor - Web app to view JSON strings in a tree like structure | Product Hunt

Web app to view JSON strings in a tree like structure.

Features

  • View JSON strings in a tree like structure.
  • Copy JSON strings to clipboard.
  • Download JSON strings as a file.
  • Loose JSON validation.
  • Edit JSON strings.
  • Show Counts of JSON objects and arrays.
  • Show size of JSON strings.
  • Show type of JSON strings.
  • Beautify JSON strings.
  • Minify JSON strings.
  • Load JSON strings from file.

How to use

  • This is a react app, so clone the repo and run it locally.
  • Do npm install to install all the dependencies.
  • Do npm start to start the app.
  • Open http://localhost:3000 in your browser to view the app.
  • Paste your JSON string in the text area and click on Visual button to view the JSON in a tree like structure.