awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

1 个仓库

Awesome GitHub RepositoriesJSON Minifiers

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.

Awesome JSON Minifiers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lemire/simdjsonlemire 的头像

    lemire/simdjson

    23,860在 GitHub 上查看↗

    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.

    C++
    在 GitHub 上查看↗23,860
  1. Home
  2. Data & Databases
  3. JSON Minifiers