awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • simdjson/simdjsonAvatar simdjson

    simdjson/simdjson

    23,260Vezi pe 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
    Vezi pe GitHub↗23,260
  • josdejong/jsoneditorAvatar josdejong

    josdejong/jsoneditor

    12,247Vezi pe 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
    Vezi pe 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

Explorează sub-etichetele

  • 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