FreeJSON()
语法
FreeJSON(#JSON)概要
Frees the JSON data and its contained values.
参数
#JSON The JSON data to free. If #PB_All is specified, all the remaining JSON objects are freed.
返回值
无.
Remarks
All remaining JSON objects are automatically freed when the program ends.
参阅
IsJSON(), CreateJSON(), ParseJSON(), LoadJSON(), CatchJSON()
已支持操作系统
所有