https://github.com/subztep/jsoncity
JSON Parser WebApp, pretty minimal
https://github.com/subztep/jsoncity
codemirror json parser pixelart utility webapp website
Last synced: about 1 month ago
JSON representation
JSON Parser WebApp, pretty minimal
- Host: GitHub
- URL: https://github.com/subztep/jsoncity
- Owner: SubZtep
- License: mit
- Created: 2018-09-20T02:48:27.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T22:50:05.000Z (over 1 year ago)
- Last Synced: 2025-11-19T13:28:07.742Z (7 months ago)
- Topics: codemirror, json, parser, pixelart, utility, webapp, website
- Language: JavaScript
- Homepage: https://json.city
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:city_sunset: JSON City
==============
It's a basic webapp, just paste a json, and u can format it.
## :herb: More Resources
Still waiting... _(don't 'member what i wanted here xd)_
# RUN
```bash
# dev
npm run watch
# prod
npm run build
```