From 3933aad4a01dd9445e43cbf3a446ab9c635ed422 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sat, 10 Apr 2021 22:29:19 +0800 Subject: [PATCH] JSON: Add yyjson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a652c6..f14ec74 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [taoJSON](https://github.com/taocpp/json) - Zero-dependency C++ header-only JSON library. [MIT] * [ujson](https://bitbucket.org/awangk/ujson) - µjson is a a small, C++11, UTF-8, JSON library. [MIT] * [YAJL](https://github.com/lloyd/yajl) - A fast streaming JSON parsing library in C. [ISC] +* [yyjson](https://github.com/ibireme/yyjson) - A high performance JSON library written in ANSI C. [MIT] ## Logging