# TextFormat **Repository Path**: yangjiang0217/TextFormat ## Basic Information - **Project Name**: TextFormat - **Description**: C++实现json格式化、xml格式化 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-21 - **Last Updated**: 2023-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TextFormat #### 介绍 C++实现json格式化、xml格式化。 #### 安装教程 1. `mkdir build` 2. `cd build` 3. `cmake ..` 4. `cmake --build . --config Release` 5. `cmake --install . --prefix install` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request