▲ selectn : resolves deeply-nested object properties via dot or bracket-notation for Node.js and the browser at github.com▼4 up and 0 down, posted by wilmoore 4020 days ago 1 comment
arnorhs 4018 days ago. link 2 points ▲ ▼This looks pretty sweet. And better than the alternatives in some ways. Alternatives include: - http://goessner.net/articles/JsonPath/ (like x-path for json) - https://github.com/jcrosby/jsonquery - http://jsonselect.org/#overview I've used some of those before, I think json-path - but it's been a while..