ExportJSONSize()
语法
Result = ExportJSONSize(#JSON [, Flags])概要
Returns the size in bytes needed to successfully export the given JSON data to a memory buffer with the specified flags.
参数
#JSON The JSON to export. Flags (optional) The flags to be used in the corresponding call to ExportJSON(). The only allowed value is #PB_JSON_PrettyPrint.
返回值
The number of bytes needed to export the JSON data.
参阅
ExportJSON(), ComposeJSON(), SaveJSON()
已支持操作系统
所有