pp-aravind

Results 7 comments of pp-aravind

Thanks for the reply. The problem is this issue comes at random times, If once it is reproduced I can share those logs

Hi, We got JSON parse error again and we check the hex data and seems it is fine and there are no hidden non printable characters, here is the Log...

While testing we seen that sometimes we are getting JSON parse error at exactly 3rd object being gone to parse. As you can see on the above logs that I...

For your info Our code is implemented in FreeRTOS on STM32 and the cJSON functions are only called in one thread and not being used in multithread.

We are collecting the whole NFC JSON packets before parsing it.

Hi, In our code we put more debug logs in cJSON.c file and these are the error logs that we got when we gave valid json to parse, and we...

Hi all, Thanks for you support and sorry for the late reply. The issue has been resolved, there is a cJSON pointer that hasn't been freed, so after sometimes the...