LiveScript Flavoured JSON
Status: Early proof of concept.
require! <[ fs json-ls ]> err, buf <- fs.read-file 'package.json' return console.error that if err console.log json-ls.stringify JSON.parse buf.to-string!
MIT