https://github.com/xubiod/beautjson
A kinda crappy but small minified JSON to tab-indented JSON because 200MB of minified JSON crashed VSC, Notepad++ and basically every dedicated website
https://github.com/xubiod/beautjson
Last synced: 19 days ago
JSON representation
A kinda crappy but small minified JSON to tab-indented JSON because 200MB of minified JSON crashed VSC, Notepad++ and basically every dedicated website
- Host: GitHub
- URL: https://github.com/xubiod/beautjson
- Owner: xubiod
- Created: 2022-10-21T13:21:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T18:31:53.000Z (over 1 year ago)
- Last Synced: 2023-08-15T20:14:47.263Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beautjson
A kinda crappy but small minified JSON to tab-indented JSON. Programmed because
nothing I really tried could handle 200MB of minified JSON to beautify because
it crashed a lot of things and I needed to read it as a human first.I love technology
## Usage
Outputs to `./result.json`
`go run main.go [input file]`