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

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.

Awesome Lists containing this project

README

          

# json-compactor

[![npm version](https://badge.fury.io/js/json-compactor.svg)](https://www.npmjs.com/package/json-compactor)

Package for compressing json.

![](https://jacklehamster.github.io/json-compactor/icon.png)
## 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/)