About Rapidjson
Rapidjson Project Address: Https://github.com/miloyip/rapidjson
When the project download is complete, open the Readme.md file to view the project description.
RapidJSON is a header-only C + + library. Just copy the ' Include/rapidjson ' folder to System or project ' include path.
Rapidjson is a C + + JSON library with only a header file, and you only need to copy the "Include/rapidjson" directory to the Project inclusion path.
Document Description Address: ttp://miloyip.github.io/rapidjson/
Construction of the project
The Rapidjson project needs to be built using a tool, which is premake.
Premake is a cross-platform project building tool.
Premake:http://industriousone.com/premake/download
Project Build Process:
Premake Download finished, extract the Premake4.exe file into the build directory, click Premake.bat (Windows), if it is Linux/mac click premake.sh, build the project.
Here is the project build under the Windows platform, vs2005, vs2008, vs2010 are different versions of the Visual Studio project, and after opening the solution, you can see some examples of the use of Rapidjson libraries.
Use of Rapidjson
1. Copy the Include\rapidjson folder to the project path.
2. Introduction of the Rapidjson Library header file
Use of 3.rapidjson
Test Project Address: Https://coding.net/u/linchaolong/p/RapidJSONTest/git
Click to download the source code
Use of Rapidjson