An open API service indexing awesome lists of open source software.

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

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
```