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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
stephenberry avatar

stephenberry/glaze

0
View on GitHub↗
2,392 stars·212 forks·C++·mit·8 viewsstephenberry.github.io/glaze↗

Glaze

Features

  • CSV Parsers - High-performance library with reflection support.
  • Data Formats - High-performance JSON and interface library.
  • JSON Processing - Extremely fast in-memory JSON and interface library.

Star history

Star history chart for stephenberry/glazeStar history chart for stephenberry/glaze

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Glaze

Similar open-source projects, ranked by how many features they share with Glaze.
  • d99kris/rapidcsvd99kris avatar

    d99kris/rapidcsv

    1,063View on GitHub↗

    C++ CSV parser library

    C++c-plus-plusc-plus-plus-11csv-parser
    View on GitHub↗1,063
  • danielaparker/jsonconsdanielaparker avatar

    danielaparker/jsoncons

    844View on GitHub↗

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON, toon-format

    C++
    View on GitHub↗844
  • ben-strasser/fast-cpp-csv-parserben-strasser avatar

    ben-strasser/fast-cpp-csv-parser

    2,358View on GitHub↗

    fast-cpp-csv-parser

    C++
    View on GitHub↗2,358
  • davegamble/cjsonDaveGamble avatar

    DaveGamble/cJSON

    12,466View on GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    View on GitHub↗12,466
See all 30 alternatives to Glaze→

Frequently asked questions

What are the main features of stephenberry/glaze?

The main features of stephenberry/glaze are: CSV Parsers, Data Formats, JSON Processing.

What are some open-source alternatives to stephenberry/glaze?

Open-source alternatives to stephenberry/glaze include: danielaparker/jsoncons — A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON… kazuho/picojson — a header-file-only, JSON parser serializer in C++. ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. d99kris/rapidcsv — C++ CSV parser library. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured…