dice
dice copied to clipboard
#496 Feature `JSON.NUMINCRBY`
PR addresses #496
The changes that are included in the PR. Added support for JSON.NUMINCRBY. added unit tests and integration tests
All tests passed.
Design Considerations:
Using expr.MustModify() function we should be able to modify the json as per custom requirements. If the changes look good, this PR can be used as a reference for other issues containing logic to update the path such as json.toggle.
cc:- @JyotinderSingh , @jujiale