mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
cJSON.h: Deprecate valueint
This commit is contained in:
parent
29cfc7a767
commit
5916f70640
2
cJSON.h
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user