I encounter an issue when I try to print JSON string with the cJSON_PrintUnformatted function.
In the sub function print_number(), i saw that "number_buffer" was filled with 5.30498947741318e-315 when item->valuedouble = 1
Is that normal ? Because it make the program crash during the following sscanf.
I used cJSON_AddNumberToObject to add number to my cJSON object.