提交 5916f706 编写于 作者: M Max Bruckner

cJSON.h: Deprecate valueint

上级 29cfc7a7
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册