https://github.com/obsius/json-exporter
A small library that takes in a JSON spec describing how to export a known JS object to a file or stream.
https://github.com/obsius/json-exporter
Last synced: over 1 year ago
JSON representation
A small library that takes in a JSON spec describing how to export a known JS object to a file or stream.
- Host: GitHub
- URL: https://github.com/obsius/json-exporter
- Owner: obsius
- Created: 2019-03-08T03:06:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T03:15:14.000Z (over 7 years ago)
- Last Synced: 2025-01-13T10:52:03.253Z (over 1 year ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JsonExporter
## Integrating
### Reference
```js
import { Exporter, Block, Input } from 'json-exporter';
const JsonExporter = require('json-exporter');
const jsonExporter = new Exporter();
```
## Contributing
Feel free to make changes and submit pull requests whenever.
## License
Electronbar uses the [MIT](https://opensource.org/licenses/MIT) license.