/jspath-mode

This is an emacs minor mode allowing you to query parts of json files with JSPath

Primary LanguageEmacs Lisp

##JSPath-mode

This is an emacs minor mode allowing you to query parts of json files with JSPath

It depends on Node.js and on a couple of things from npm, Just check package.json and npm install the right things.

It is basically a copy-pasta of LintNode

###Usage

$ node app.js --port 3005 &
Express started at http://localhost:3005/ in development mode

$ jspath.curl myjsonfile.json .stuff.from..thefile

###Emacs Usage

Check jspath-mode