json-ls

LiveScript Flavoured JSON


Keywords
livescript, json, ls, lson, cson, stringify
License
MIT
Install
npm install json-ls@0.0.5

Documentation

json-ls

Build Status

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!

License

MIT