Fixed issue #42
This commit is contained in:
parent
bf829aae46
commit
1bbe234749
2 changed files with 4 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ def json_map(data, clean_keys=True):
|
|||
"""
|
||||
|
||||
# Do not overwrite original data dictionary
|
||||
d = copy.copy(data)
|
||||
d = copy.deepcopy(data)
|
||||
|
||||
# If we're cleaning up unsuitable keys
|
||||
if clean_keys:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue