diff --git a/cJSON.h b/cJSON.h index 2f72f8a8cdef96e7085dc5dae79b08296a7d8a1a..b649598b4b0d161321e043468b2cab325b6cc2ea 100644 --- a/cJSON.h +++ b/cJSON.h @@ -63,7 +63,7 @@ typedef struct cJSON /* The item's string, if type==cJSON_String and type == cJSON_Raw */ char *valuestring; - /* The item's number, if type==cJSON_Number */ + /* DEPRECATED, use valuedouble instead */ int valueint; /* The item's number, if type==cJSON_Number */ double valuedouble;