1 مستودع
Tools that remove unnecessary whitespace and characters from JSON documents to reduce size.
Distinct from JSON Data Parsers: Candidates focus on general parsing or exchange, not the specific process of minification.
Explore 1 awesome GitHub repository matching data & databases · JSON Minifiers. Refine with filters or upvote what's useful.
simdjson is a high-performance JSON parser that utilizes SIMD instructions to process gigabytes of data per second. It functions as a SIMD JSON parser, a multithreaded NDJSON processing library, a UTF-8 validation engine, and a tool for JSON minification and string building. The project focuses on high-throughput data processing, enabling the ingestion of massive JSON volumes and the verification of UTF-8 encoding standards. It includes dedicated capabilities for constructing JSON strings with optimized memory usage and removing unnecessary whitespace from documents to reduce file size. The
Removes unnecessary whitespace from JSON documents to reduce file size while preserving data.