Open
Description
Need multiplying & dividing support in JsonPath.
Why is it required?
We have a service that uses JsonPath extensively to generate huge Json configurations based on user inputs. Sometimes the values in configuration need to be derived from multiple user inputs & that's where multiply & divide functions are required.
Usage will be like this:-
div($.numerator, $.denominator)
$.numbers.mul()
mul($.left, $.right)
Also, I am curious as to why is there no functionality for multiplying & dividing but other arithmetic is there in JsonPath.
Metadata
Metadata
Assignees
Labels
No labels