jsondiff icon indicating copy to clipboard operation
jsondiff copied to clipboard

get key without $ when use marshal=True

Open chiragkanhasoft opened this issue 3 years ago • 2 comments

How to get string key instead of object in below code

diff({'a': 1, 'b': 2}, {'b': 3, 'c': 4}, syntax='symmetric', , marshal=True)

chiragkanhasoft avatar May 10 '21 10:05 chiragkanhasoft

That's not available. You can either fix things manually after you get the diff back or make a pull request that adds this feature.

fzumstein avatar May 11 '21 12:05 fzumstein

Is there any way to print the difference in a table. like Key, Old value & New value

nitin7570 avatar Nov 15 '22 12:11 nitin7570