From 765aea320f1139103f92af968f8a26042235509b Mon Sep 17 00:00:00 2001 From: RoachLin <770117459@qq.com> Date: Sun, 25 Aug 2024 18:14:40 +0800 Subject: [PATCH] Add yyjson to README.md - Libraries - C --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..36481db 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [jsmn](https://zserge.com/jsmn.html) - A minimalistic parser in C. It can be easily integrated into the resource-limited projects or embedded systems. * [json-build](https://github.com/lcsmuller/json-build) - A minimalistic serializer in C. It can be easily integrated into the resource-limited projects or embedded systems. * [ojc](https://github.com/ohler55/ojc) - A fast JSON parser. +* [yyjson](https://github.com/ibireme/yyjson) - The fastest JSON library in C. **C++** * [ArduinoJson](https://github.com/bblanchon/ArduinoJson) - An efficient library for embedded systems.