JSONMemberValue()
语法
Result = JSONMemberValue(JSONValue)概要
After a call to NextJSONMember(), returns the address 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 address of the current JSON object member.
示例
See ExamineJSONMembers() for an example.
参阅
ExamineJSONMembers(), NextJSONMember(), JSONMemberKey()
已支持操作系统
所有