dfilatov/jspath

How to find keys of type "name:name"?

Closed this issue · 1 comments

When parsing some RSS XML to JSON, some keys are create as 'name:name':value. When providing a path: .name:name, JSPath throws an error: Error: Unexpected token ":". How can I get around this?

Just use quoted notation: ."name:name"