jsonpath 求和

{
  "price": [
      1.0,
      2.0
  ]
}
$..price.sum()

以下表达式

原文地址:https://www.cnblogs.com/a00ium/p/10457404.html