朴素美女

文章
4
资源
0
加入时间
3年0月21天

cJSON代码阅读(6)——解析JSON数值

parse_number是进行json数值解析的函数。1、首先判断数值是否有负号2、跳过数值开头的03、计算数值的整数部分——从字符串转换为数字4、计算数值的小数部分——从字符串转换为数字5、返回下一个json数据的位置/* Parse the input text to generate a number, and populate the result into ite