All Projects → Bwar → Cjsonobject

Bwar / Cjsonobject

Licence: mit
Ultralightweight JSON parser in C++ based on cJSON

Labels

Projects that are alternatives of or similar to Cjsonobject

Store model
Work with JSON-backed attributes as ActiveRecord-ish models
Stars: ✭ 410 (-7.87%)
Mutual labels:  json
Json Api Php
JSON-API (http://jsonapi.org) responses in PHP.
Stars: ✭ 426 (-4.27%)
Mutual labels:  json
Laravel Api Response Builder
Builds nice, normalized and easy to consume Laravel REST API JSON responses.
Stars: ✭ 433 (-2.7%)
Mutual labels:  json
Data
This repository contains general data for Web technologies
Stars: ✭ 418 (-6.07%)
Mutual labels:  json
Jtc
JSON processing utility
Stars: ✭ 425 (-4.49%)
Mutual labels:  json
Qsimpleupdater
Updater system for Qt applications
Stars: ✭ 429 (-3.6%)
Mutual labels:  json
Jsonformat4flutter
受zzz40500/GsonFormat启发,将JSONObject格式的String解析成dart语言的实体类
Stars: ✭ 411 (-7.64%)
Mutual labels:  json
Logstash Logger
Ruby logger that writes logstash events
Stars: ✭ 442 (-0.67%)
Mutual labels:  json
Struct2json
A fast convert library between the JSON and C structure. Implement structure serialization and deserialization for C. | C 结构体与 JSON 快速互转库,快速实现 C 结构体的序列化及反序列化
Stars: ✭ 424 (-4.72%)
Mutual labels:  json
Tinydb
TinyDB is a lightweight document oriented database optimized for your happiness :)
Stars: ✭ 4,713 (+959.1%)
Mutual labels:  json
Doctrine Json Odm
An object document mapper for Doctrine ORM using JSON types of modern RDBMS.
Stars: ✭ 420 (-5.62%)
Mutual labels:  json
Remarshal
Convert between CBOR, JSON, MessagePack, TOML, and YAML
Stars: ✭ 421 (-5.39%)
Mutual labels:  json
Json Loader
json loader module for webpack - UNMAINTAINED
Stars: ✭ 431 (-3.15%)
Mutual labels:  json
Comuni Json
🇮🇹 Database JSON comuni italiani (2020) con informazioni ISTAT + CAP
Stars: ✭ 416 (-6.52%)
Mutual labels:  json
Flatcc
FlatBuffers Compiler and Library in C for C
Stars: ✭ 434 (-2.47%)
Mutual labels:  json
Devops Python Tools
80+ DevOps & Data CLI Tools - AWS, GCP, GCF Python Cloud Function, Log Anonymizer, Spark, Hadoop, HBase, Hive, Impala, Linux, Docker, Spark Data Converters & Validators (Avro/Parquet/JSON/CSV/INI/XML/YAML), Travis CI, AWS CloudFormation, Elasticsearch, Solr etc.
Stars: ✭ 406 (-8.76%)
Mutual labels:  json
Jstream
Streaming JSON parser for Go
Stars: ✭ 427 (-4.04%)
Mutual labels:  json
Airframe
Essential Building Blocks for Scala
Stars: ✭ 442 (-0.67%)
Mutual labels:  json
Camaro
camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.
Stars: ✭ 438 (-1.57%)
Mutual labels:  json
Pysimdjson
Python bindings for the simdjson project.
Stars: ✭ 432 (-2.92%)
Mutual labels:  json

English | 中文

Author License


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 and was widely used.

Here is a wiki FAQ in chinese.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].