安装常用函数合集插件
例如:取name
JSONPathFinder(JSON数据,"$.data[0].name")
取control中的值:
JSONPathFinder(JSON数据,"$.data[0].control.name")
去checks数组中的值:
JSONPathFinder(JSON数据,"$.data[0].checks[*]._id")
JSONPathFinder(B1,"$.data[*].control.name")
JSONPathFinder(B1,"$.data[*].checks[*].value")