From 50a3a6df1afea275f71a41d73c64f08245d9ddc1 Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Mon, 1 Jan 2024 00:00:00 +0000 Subject: [PATCH] Add glaze to library to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424d6a8..d9db87c 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ C++ Benchmark Authoring Library/Framework. * [hjson-cpp](https://github.com/hjson/hjson-cpp) - A C++11 library for reading and writing Hjson and/or JSON files. * [json_struct](https://github.com/jorgen/json_struct) - High performance, single header JSON parser, parsing directly to and from C++ structs. * [daw_json_link](https://github.com/beached/daw_json_link) - Fast, convenient JSON serialization and parsing in C++ +* [glaze](https://github.com/stephenberry/glaze) - Extremely fast, in memory, JSON and interface library for modern C++ ### String formatting & templating