An open API service indexing awesome lists of open source software.

https://github.com/gavinning/fis-parser-cson

cson => json
https://github.com/gavinning/fis-parser-cson

Last synced: over 1 year ago
JSON representation

cson => json

Awesome Lists containing this project

README

          

#fis-parser-cson
编译.cson => .json
[cson](https://github.com/bevry/cson)

### Install
```
npm i fis-parser-cson -g
```

### Config
```javascript
fis.config.set('modules.parser.cson', ['cson']);
fis.config.set('settings.parser.cson', {
// cson opt
csonConfig: {
foo: "bar"
}
})
```