jsondiff icon indicating copy to clipboard operation
jsondiff copied to clipboard

Is there a simple way to convert the output dictionary to dictionary keys?

Open vlall opened this issue 4 years ago • 0 comments

I see the output is a dictionary with a location of the items that were removed. Is there a quick way to turn that into a bunch of dict keys (or indices if they are nested) so I can just go to the location in my JSON where the diff occurred ? I know i can do this with a few for loops, but wondering if there's a built in way.

vlall avatar Apr 06 '20 20:04 vlall