jsondiff
jsondiff copied to clipboard
get key without $ when use marshal=True
How to get string key instead of object in below code
diff({'a': 1, 'b': 2}, {'b': 3, 'c': 4}, syntax='symmetric', , marshal=True)
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.
Is there any way to print the difference in a table. like Key, Old value & New value