NextJSONMember()
语法
Result = NextJSONMember(JSONValue)概要
After a call to ExamineJSONMembers(), this function is used to iterate over all members of the specified JSON value of type #PB_JSON_Object.
JSONMemberKey() and JSONMemberValue() can be used to get information about the current member.
参数
JSONValue The JSON value. The value must be of type #PB_JSON_Object and ExamineJSONMembers() must have been called on this value.
返回值
Returns non-zero if another JSON member was found. If the result is zero then there are no more JSON members to be examined.
示例
See ExamineJSONMembers() for an example.
参阅
ExamineJSONMembers(), JSONMemberKey(), JSONMemberValue()
已支持操作系统
所有