lloyd / JSONSelect

CSS-like selectors for JSON
http://jsonselect.org
ISC License
1.59k stars 116 forks source link

Returning the matched paths instead of the values #27

Open kai5263499 opened 13 years ago

kai5263499 commented 13 years ago

I modified jsonselect to have the ability to return matched paths instead of just the values as part of a project I'm working on. Is this something that could be integrated into the main project?

satyasuman commented 12 years ago

Hi I need the ability to return matched paths, something like root['customer']['name'] could you please let me know how you achieved this?