自定义函数: @JSON_count_subobjects ( json ; path_to_object ) 2020年5月19日 • JSON • JSONArray 函数功能描述 来源: 作者: 作者原述: 猫壹佰描述: 获取JSON数组的共几个子值 测试文档下载: 调用范例 @JSON_count_subobjects ("{\"Rows\" : [{\"1\":1},{\"2\":2},{\"3\":3}]}";"Rows") 返回结果 3 函数内容 If(PatternCount(JSONFormatElements(json);"?")>0;-1; // prevents processing invalid JSON // returns -1 if not valid JSON // returns number of sub objects if path_to_object is an object but not an array // returns number of rows if path_to_object is an array //parameters must be valid string expressions valuecount(JSONlistkeys(json;path_to_object)) 复制函数内容 当前页面使用FileMaker生成发布, 更新于2021年3月15日0时49分28秒 ← 较旧的文章 较新的文章 →