jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

difference of values

Open gunjanvora opened this issue 6 years ago • 2 comments

const cities = [ { name: "London", "population": 8615246 }, { name: "Berlin", "population": 3517424 }, { name: "Madrid", "population": 3165235 }, { name: "Rome", "population": 2870528 } ];

Can i calculate the difference of populations of London and Berlin using jsonpath?

gunjanvora avatar Apr 26 '18 22:04 gunjanvora

I have understood that jsonpath is only to retrive data, not to perform operations.

RobertoFranco avatar Apr 27 '18 14:04 RobertoFranco

I agree with Robert. Check 'json-tots' npm package for JSON document level operations and JSON transformation

sdawood avatar Sep 19 '18 08:09 sdawood