JSONC
JSON compressor
A JavaScript library for compressing and decompressing JSON data efficiently.
JSON compressor and decompressor
647 stars
27 watching
89 forks
Language: JavaScript
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
postgrespro/zson | A PostgreSQL extension for transparent JSONB compression | 540 |
gruntjs/grunt-contrib-cssmin | Compresses CSS files by removing unnecessary characters and combining them into a single file | 794 |
taocpp/json | A header-only C++ library for working with JSON data | 605 |
tailrecursion/cljson | A Clojure/ClojureScript library for accelerating JSON data deserialization in browser applications. | 62 |
tgockel/json-voorhees | A modern C++ JSON library with developer-friendly features and minimal overhead. | 129 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
johnezang/pithy | A fast compression and decompression library written in C. | 92 |
venil7/json-decoder | A compositional JSON decoder library for TypeScript that allows safe and type-checked decoding of various data types | 76 |
webpack-contrib/compression-webpack-plugin | Tools for compressing web assets to improve transfer efficiency and reduce network latency. | 1,413 |
jorgen/json_struct | A C++ library that enables direct conversion between JSON and structured C++ data types | 427 |
blosc/c-blosc | A high-performance compressor optimized for binary data, designed to accelerate memory-bound computations. | 986 |
richgel999/jpeg-compressor | A C++ library that provides a basic JPEG compression and decompression codec with low memory consumption. | 220 |
sstadick/crabz | A cross-platform compression and decompression tool written in Rust. | 333 |
cesanta/frozen | A JSON parsing and generation tool for C/C++ with scanf-like interface. | 709 |
titanous/json5 | A JSON decoder package for the JSON5 data format | 54 |