Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 361 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 361 Bytes

QQJson 一个C++ Json库

正在开发中

编译

在linux下使用以下命令进行编译 ./build.sh

利用valgrind测试无内存泄漏

TO DO

  • 仔细考量累的设计,从RAII以及Rule of 3角度考虑并修正
  • 进行编码封装
  • 利用模板推理机制简化用户逻辑
  • 细化异常处理,并且提供更多调试信息