# CJsonObject
**Repository Path**: luming_fei/CJsonObject
## Basic Information
- **Project Name**: CJsonObject
- **Description**: CJsonObject是基于cJSON全新开发一个C++版的JSON库,CJsonObject的最大优势是轻量、简单好用,开发效率极高。
- **Primary Language**: C++
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 61
- **Created**: 2022-11-01
- **Last Updated**: 2022-12-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
English | [中文](/README_cn.md)
[](https://travis-ci.org/Bwar/CJsonObject) [](cqc@vip.qq.com) [](LICENSE)
[](https://raw.githubusercontent.com/Bwar/bwar.github.io/master/style/images/logo-CJsonObject.png)
CJsonObject is a newly developed C++ version based on an older version of cJSON. The biggest advantage of CJsonObject is that it is light, simple and easy to use, and the development efficiency is very high. CJsonObject is much simpler and easier to use than cJSON.
Bwar's first use of cJSON was the development of a mobile push project in 2013. At that time, although cJSON was useful, but it was easy to forget about free the memory allocated by cJSON. In 2014, Bwar use cJSON again when developing another project. In order to improve the ease of use of cJSON and improve the development efficiency, cJSON was encapsulated and 64-bit integers were supported. In the development of CJsonObject, cJSON was modified slightly.
CJsonObject has verified its stability in several successful case for 5 years. At the same time, CJsonObject integrated into [Nebula](https://github.com/Bwar/Nebula) and was widely used.
Here is a wiki [FAQ](https://github.com/Bwar/CJsonObject/wiki/FAQ) in chinese.