https://github.com/jacklehamster/json-compactor
Library for compressing a bunch of JSON data into one compressed file, improving load time.
https://github.com/jacklehamster/json-compactor
algorithm compact compression json web
Last synced: 8 months ago
JSON representation
Library for compressing a bunch of JSON data into one compressed file, improving load time.
- Host: GitHub
- URL: https://github.com/jacklehamster/json-compactor
- Owner: jacklehamster
- License: mit
- Created: 2024-03-23T00:32:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T05:10:11.000Z (over 1 year ago)
- Last Synced: 2024-03-24T05:39:54.953Z (over 1 year ago)
- Topics: algorithm, compact, compression, json, web
- Language: TypeScript
- Homepage: https://jacklehamster.github.io/json-compactor/
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-compactor
[](https://www.npmjs.com/package/json-compactor)
Package for compressing json.

## Install bun
https://bun.sh/
```bash
curl -fsSL https://bun.sh/install | bash
```
## Commands
- **start**: "bun run index.ts",
- **bundle**: "bun run bundler/bundler.ts",
## Run example
[https://jacklehamster.github.io/json-compactor/example/](https://jacklehamster.github.io/json-compactor/example/)
## Github Source
[https://github.com/jacklehamster/json-compactor/](https://github.com/jacklehamster/json-compactor/)