lloyd / JSONSelect

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

node.js module #6

Closed beriberikix closed 13 years ago

beriberikix commented 13 years ago

As far as I can tell, this could easily be made into a node.js module by replacing the JSON parser with the native method in node.

tj commented 13 years ago

should be optimized for node too, ditching some of the more expensive calls that are not needed

tmpvar commented 13 years ago

https://github.com/lloyd/JSONSelect/pull/7 -- support for node

lloyd commented 13 years ago

merged, more discussion in issue #7.