# wbjson **Repository Path**: wbvalid/wbjson ## Basic Information - **Project Name**: wbjson - **Description**: json库,参考milo-yip的json-tutorial设计 - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-12 - **Last Updated**: 2021-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wbjson #### 介绍 json库,参考milo-yip的[json-tutorial](https://github.com/miloyip/json-tutorial.git)编写 ### 主要特点 * TDD(Test Driven Development),测试驱动开发方式 * 尽量采用C++17特性进行包装