JSONMemberKey()

Syntax

Result$ = JSONMemberKey(JSONValue)
Description
After a call to NextJSONMember(), returns the key of the currently examined JSON object member of the specified JSON value of type #PB_JSON_Object.

Parameters

JSONValue The JSON value. The value must be of type #PB_JSON_Object and currently being examined with ExamineJSONMembers().

Return value

The key of the current JSON object member.

Example

See ExamineJSONMembers() for an example.

See Also

ExamineJSONMembers(), NextJSONMember(), JSONMemberValue()

Supported OS

All

<- JSONErrorPosition() - Json Index - JSONMemberValue() ->