rapidjson
https://github.com/tencent/rapidjson
C++
A fast JSON parser/generator for C++ with both SAX/DOM style API
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported51 Subscribers
View all SubscribersAdd a CodeTriage badge to rapidjson
Help out
- Issues
- readertest.cpp does not build with -Werror=sign-compare -Werror=sign-conversion (gcc 12.2.0, ppc)
- If a host uses rapidjson from a few commits back, loads a dynamically linked plugin, which too uses rapidjson from a recent commit, there is a crash - if custom allocators are used in the plugin
- While updating value code core dump error is showing in the fallowing code(and i have tries other fixes such condition validation but still issue is same ).
- Regex validation for pattern is ignored or incorrect with this regex
- MSVC2005在Debug模式下编译出错
- inconsistent writing of a double precision number depending whether in an array with 2 or 3 elements
- macro overlap
- Gtest requires C++14, but Rapidjson uses C++11: this breaks building tests
- add ability to pretty writer to specify nesting level past which everything is written on a single line
- Modification after Swap causes segmentation fault
- Docs
- C++ not yet supported