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
Currently we are receiving following output from DeepDiff - {'values_changed': {"root['collection_config']['private_collection_creation_allowed']": {'new_value': False, 'old_value': True}}}
Instead what is ideal for my use case is instead of the root['collection_config']['private_collection_creation_allowed'] if we could get the json path itself - $.collection_config.private_collection_creation_allowed.
The text was updated successfully, but these errors were encountered:
Currently we are receiving following output from DeepDiff -
{'values_changed': {"root['collection_config']['private_collection_creation_allowed']": {'new_value': False, 'old_value': True}}}
Instead what is ideal for my use case is instead of the
root['collection_config']['private_collection_creation_allowed']
if we could get the json path itself -$.collection_config.private_collection_creation_allowed
.The text was updated successfully, but these errors were encountered: