GetJSONString()
语法
Result$ = GetJSONString(JSONValue)概要
Return the value of a JSON value of type #PB_JSON_String as a string.
参数
JSONValue The JSON value. The value must be of type #PB_JSON_String.
返回值
The string contained in the JSON value.
示例
ParseJSON(0, Chr(34) + "The quick brown fox jumped over the lazy dog" + Chr(34)) Debug GetJSONString(JSONValue(0))
参阅
SetJSONString(), GetJSONBoolean(), GetJSONDouble(), GetJSONElement(), GetJSONFloat(), GetJSONInteger(), GetJSONMember(), GetJSONQuad(), JSONType()
已支持操作系统
所有