NextJSONMember()

Syntax

Result = NextJSONMember(JSONValue)
Description
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.

Parameters

JSONValue The JSON value. The value must be of type #PB_JSON_Object and ExamineJSONMembers() must have been called on this value.

Return 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.

Example

See ExamineJSONMembers() for an example.

See Also

ExamineJSONMembers(), JSONMemberKey(), JSONMemberValue()

Supported OS

All

<- LoadJSON() - Json Index - ParseJSON() ->