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
- Host: GitHub
- URL: https://github.com/gavinning/fis-parser-cson
- Owner: gavinning
- License: gpl-3.0
- Created: 2015-12-24T08:35:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T08:36:03.000Z (over 10 years ago)
- Last Synced: 2025-03-02T14:51:05.050Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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"
}
})
```