SaaSHub helps you find the best software and product alternatives Learn more →
Glaze Alternatives
Similar projects and alternatives to glaze
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
json
A C++11 library for parsing and serializing JSON to and from a DOM container in memory. (by boostorg)
-
-
-
-
Jsonifier
A few classes for extremely fast json parsing/serializing in modern C++. Possibly the fastest json parser in C++. Possibly the fastest json serializer in C++. (by RealTimeChris)
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better glaze alternative or higher similarity.
glaze discussion
glaze reviews and mentions
Posts with mentions or reviews of glaze.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-04.
- Glaze: Fast JSON with built-in HTTP Server for modern C++
- Glaze: Fast, in memory, JSON and reflection library for modern C++
- Enum class improvements for C++17, C++20 and C++23
- Reflection for C++26
- [C++20] to_tuple with compile-time names
-
More helpful reflection in Glaze for GCC and Clang (MSVC please take note)
Previously in the Glaze library, you would need to write out your key names along with the member object pointers. However, as of version 1.8.0, these key names are now optional. If the keys are not provided the member variable name will be reflected for serialization/deserialization. I'm even more excited about this reflection than the previously announced pure Clang reflection, because it works well with user customization and supports non-aggregate, non-default constructible, and non-constexpr types.
-
Efficient Versatile Encoding (EVE) - A new, extremely fast binary data format
BEVE fully supports JSON messages. The Glaze C++ JSON library allows users to use the same API to encode/decode to either JSON or EVE binary. Glaze also encodes/decodes directly into your C++ structures and standard library containers, making it easy to use without additional copies.
-
How to arrange a bunch of variables into one array of bytes in memory?
I would either look at https://github.com/eyalz800/zpp_bits or https://github.com/stephenberry/glaze. FYI, glaze both supports json and binary.
- [Cpp] Nouvelle bibliothèque JSON la plus rapide pour C ++ 20
- DynaMix 2.0.0 Released
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jun 2026
Stats
Basic glaze repo stats
22
2,842
9.8
4 days ago
stephenberry/glaze is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of glaze is C++.