Skip to content

Commit d76cd22

Browse files
authored
Merge pull request cppmap#44 from yumetodo/patch-2
feat(lib/text): add Boost.JSON as json parser
2 parents 8a7bef5 + 79ca3d0 commit d76cd22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/libraries/text-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ description: C++ のテキストデータライブラリの紹介
1818
- [RapidJSON](https://github.com/Tencent/rapidjson/) <small>MIT</small>
1919
- [sajson](https://github.com/chadaustin/sajson) <small>MIT</small>
2020
- [simdjson](https://github.com/lemire/simdjson) <small>Apache License 2.0</small>
21+
- [Boost.JSON](https://www.boost.org/libs/json/) <small>BSL-1.0</small>
2122

2223
#### ベンチマーク
2324
- [Native JSON Benchmark](https://github.com/miloyip/nativejson-benchmark)

0 commit comments

Comments
 (0)