Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow pattern matching nested dict #10

Open
joetsoi opened this issue Feb 3, 2015 · 0 comments
Open

allow pattern matching nested dict #10

joetsoi opened this issue Feb 3, 2015 · 0 comments

Comments

@joetsoi
Copy link
Collaborator

joetsoi commented Feb 3, 2015

if the pattern matches a dict and it's the last pattern it should return the dict flattened?
matching ['^layer1$', '^layer2$'] should return 'some value, some value2'

{
    'layer1': {
        'layer2':
            'some key':' 'some value'
            'some key2':' 'some value2'
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant