NehCoy

Results 2 issues of NehCoy

Hi! [Microsoft defines a JSON-Format](https://code.visualstudio.com/docs/languages/json#_json-with-comments) which support comments. The default file extension is jsonc ("c" for comment). It would be nice if cJSON would also support "JSON with comments" (*.jsonc)....

Hello! Just an idea: Why didn't you merge the valuestring, valueint and valuedouble parameters of the cJSON structure in an union? ``` /* The cJSON structure: */ typedef struct cJSON...