You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: