awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Header-Only Libraries · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesHeader-Only Libraries

Single-header C++ libraries designed for easy integration and high-performance data manipulation.

Distinguishing note: Focuses on the distribution model and C++ specific implementation patterns.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Header-Only Libraries. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Header-Only Libraries

Awesome Header-Only Libraries GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • nlohmann/json

    nlohmann/json

    48,929View on GitHub↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    Ships as a header-only library for intuitive parsing and manipulation of structured data in C++.

    C++bsoncborheader-only
    48,929View on GitHub↗