Skip to content

Releases: ConsumerAffairs/dpath-python

Cast integer key to str if str key exist in dictionary

22 Nov 12:34
1a553cc
Compare
Choose a tag to compare

Fix for issue where we have a numeric key in dictionary that is a string, and dpath.util.new creates the same numeric key but as an integer.