From 79ca3d084d3696315fd80417d16f958aaf49e4b1 Mon Sep 17 00:00:00 2001 From: yumetodo Date: Fri, 15 Jan 2021 16:17:08 +0900 Subject: [PATCH] feat(lib/text): add Boost.JSON as json parser --- docs/libraries/text-data.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/libraries/text-data.md b/docs/libraries/text-data.md index a97ff32..c419477 100644 --- a/docs/libraries/text-data.md +++ b/docs/libraries/text-data.md @@ -18,6 +18,7 @@ description: C++ のテキストデータライブラリの紹介 - [RapidJSON](https://github.com/Tencent/rapidjson/) MIT - [sajson](https://github.com/chadaustin/sajson) MIT - [simdjson](https://github.com/lemire/simdjson) Apache License 2.0 +- [Boost.JSON](https://www.boost.org/libs/json/) BSL-1.0 #### ベンチマーク - [Native JSON Benchmark](https://github.com/miloyip/nativejson-benchmark)