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

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.

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.