cJSON icon indicating copy to clipboard operation
cJSON copied to clipboard

Ultralightweight JSON parser in ANSI C

Results 187 cJSON issues
Sort by recently updated
recently updated
newest added

On OSX using Clang, I get errors about long long not being a supported datatype in ansi C. I am building through the following process ```bash git clone https://github.com/DaveGamble/cJSON cd...

Hi @DaveGamble! Thank you for your effort to provide this library, I'm using it in order to implement a Telegram bot written in C and I really enjoyed its simplicity,...

This PR adds a function `cJSON_AddObjectToArray()`. It complements the "create array of type" helpers and `cJSON_AddItemToArray()`. It's useful when building object arrays. this also adds corresponding unit tests

Hi, I've an issue using this library on an ESP32 device. I've to add a very long string (`char* encoded_base64_data`) which is around 20000 bytes long to a JSON. almost...

Hello! Thank you so much for your work! I have a JSON parse problem. It returns NULL what could be the problem ??? The rest cJSON_CreateObject (), cJSON_AddStringToObject (), cJSON_AddItemToObject...

This proposed change adds simple-to-use save and load functions for writing cJSON objects. This provides an easy way to save cJSON objects to disk and then loading them back again....

Hi, Dave Gamble, I wrote a c++ wrapper class for cJSON library, is it all right? https://github.com/euhat/EuhatGift

This is a PR with my initial TIS-CI configuration that I've discussed in https://github.com/DaveGamble/cJSON/issues/528 About the files that are part of this PR: - `tis.config` : The main configuration file...

Hi, I initiated the configuration of cJSON on the new tool TrustInSoft CI. It's a source code analyzer, which analyzes execution paths (usually unit tests in your repo) to detect...