Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON

A tiny browser app for formatting JSON.

What it does

  • Paste JSON into the textarea
  • See the formatted output instantly
  • Invalid JSON clears the preview

How it works

  • index.html renders the page
  • index.js listens for input, parses JSON, and pretty-prints it
  • index.css adds the basic layout and monospace styling

Run locally

npm start

This starts a static server with http-server, then open the local URL in your browser.

About

A tiny browser app for formatting JSON.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages