Json – Add calculated value from an array field to the same array
Not sure if it is possible. I want multiply the "value" field with the "lvalue" field an put the result in a new field "calc" in the corresponding array entry. Given JSON: { "value": 5, "location": [{ "city": "San Fracisco",…