JSONMemberKey()
语法
Result$ = JSONMemberKey(JSONValue)概要
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.
参数
JSONValue The JSON value. The value must be of type #PB_JSON_Object and currently being examined with ExamineJSONMembers().
返回值
The key of the current JSON object member.
示例
See ExamineJSONMembers() for an example.
参阅
ExamineJSONMembers(), NextJSONMember(), JSONMemberValue()
已支持操作系统
所有