dice
dice copied to clipboard
Added support for NX | XX in JSON.SET command
Description : Added support for NX | XX in JSON.SET command.
- NX options inserts key only if it doesn't exists.
- XX option inserts key only if it already exists.
Related Issues : Closes #191
Testing : Added tests for various combinations of nx and xx json.set commands.
Hey @JyotinderSingh , could you please review this pr ?
@vaibh1297 Changes look good. Merging them. Thanks!