From 3c8084bd9db32051042a34579f21e19f73449c85 Mon Sep 17 00:00:00 2001 From: toge Date: Tue, 29 Jul 2025 02:20:39 +0900 Subject: [PATCH] Add meojson (json library) (#1692) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9507c77..e75497b 100644 --- a/README.md +++ b/README.md @@ -755,6 +755,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libjson](https://github.com/vincenthz/libjson) - A JSON parser and printer library in C. easy to integrate with any model. [LGPL] * [libjson](http://sourceforge.net/projects/libjson/) - Lightweight JSON library. [?] * [LIBUCL](https://github.com/vstakhov/libucl) :zap: - Universal configuration library parser. [BSD-2-Clause] +* [meojson](https://github.com/MistEO/meojson) - Next-gen C++ JSON/JSON5 Serialization Engine | Zero Dependency | Header-Only | Unleash JSON Potential. [MIT] * [parson](https://github.com/kgabis/parson) - Parson is a lighweight json library written in C. [MIT] * [PicoJSON](https://github.com/kazuho/picojson) - A header-file-only, JSON parser serializer in C++. [BSD] * [qt-json](https://github.com/gaudecker/qt-json) - A simple class for parsing JSON data into a QVariant hierarchy and vice versa. [GPLv3]