Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbonkr/json-formatter
json formatted view page
https://github.com/bbonkr/json-formatter
hacktoberfest hacktoberfest-accepted json-formatter
Last synced: 25 days ago
JSON representation
json formatted view page
- Host: GitHub
- URL: https://github.com/bbonkr/json-formatter
- Owner: bbonkr
- License: mit
- Created: 2015-08-11T11:19:48.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T14:00:17.000Z (over 1 year ago)
- Last Synced: 2024-04-09T21:56:07.085Z (7 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, json-formatter
- Language: TypeScript
- Homepage: https://json-formatter.bbon.me
- Size: 4.36 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-formatter
[![Netlify Status](https://api.netlify.com/api/v1/badges/d3965fde-7320-4404-86de-cbd24c3a56b5/deploy-status)](https://app.netlify.com/sites/admiring-lamport-99ef52/deploys)
Easy to read json formatter
## npm script
### dev
start dev server
```bash
$ npm run dev
```### build
build
```bash
$ npm run build
```