You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.