Skip to content

Error if a key is substring of another key #70

Description

@alessandro308

Example:

unflatten(flatten({'a': '1', 'ab': 2, 'c': {'d': 4} }))
{'ab': 2, 'c': {'d': 4}}
expected result: {'a': '1', 'ab': 2, 'c': {'d': 4} }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions