# cJSONTest **Repository Path**: wizstriver1/c-jsontest ## Basic Information - **Project Name**: cJSONTest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-16 - **Last Updated**: 2024-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CJson The source code is https://github.com/DaveGamble/cJSON. # build ```shell mkdir -p build && cd build rm -rf * && cmake .. -DCMAKE_BUILD_TYPE=Debug && make && make install && cp ../test.json . && ./cJSONTest ```