awesome-repositories.com
博客
MCP
awesome-repositories.com

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesJSON

Configurations for controlling whitespace density in serialized JSON output.

Distinct from Indentation Settings: Distinct from general indentation settings: focuses on JSON-specific response formatting.

Explore 2 awesome GitHub repositories matching development tools & productivity · JSON. Refine with filters or upvote what's useful.

Awesome JSON GitHub Repositories

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

    simdjson/simdjson

    23,260在 GitHub 上查看↗

    simdjson is a high-performance, header-only C++ library designed for parsing, querying, and serializing JSON data with minimal memory overhead. It functions as a hardware-aware data processing engine that leverages vector instructions to achieve gigabyte-per-second parsing speeds. By detecting host processor capabilities at runtime, the library automatically selects the most efficient instruction sets to accelerate structural analysis and validation. The library distinguishes itself through a focus on extreme efficiency and resource management. It utilizes memory mapping and padded buffer ali

    Adjusts whitespace and indentation to toggle between compact and human-readable JSON output formats.

    C++aarch64arm64avx2
    在 GitHub 上查看↗23,260
  • josdejong/jsoneditorjosdejong 的头像

    josdejong/jsoneditor

    12,247在 GitHub 上查看↗

    jsoneditor is a web-based JSON editor component designed for viewing, editing, and formatting structured data. It provides a user interface for managing JSON through multiple rendering modes, including tree, form, and code views. The project is distinguished by its ability to process and visualize exceptionally large datasets, utilizing virtualized memory management to handle JSON files up to 500 MiB without crashing the browser. It also includes a specialized syntax repair tool to convert malformed text into valid JSON and a data transformer for filtering, sorting, and reshaping documents vi

    Provides tools to adjust the visual layout of JSON by applying indentation or removing whitespace.

    JavaScript
    在 GitHub 上查看↗12,247
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Static Analysis Engines
  5. Static Analysis Tools
  6. Code Formatting Tools
  7. Indentation Settings
  8. JSON

探索子标签

  • Text FormattingTools for adjusting visual layout of serialized data through indentation or whitespace compaction. **Distinct from JSON:** Focuses on the interactive formatting tool for the user, not just the output configuration settings