csv2json 0.2.0

Converts CSVs into JSON documents
Change log
==========

[0.2.0] - 2019-03-06
--------------------

### Added

- `--numeric-arrays` - If an object only contains numeric keys, assume it should be an array
- `--remove-empty-strings` - Remove empty strings from arrays and objects (removes key from object)
- `--remove-empty-objects` - Remove empty objects from arrays and objects (removes key from object)
- `--out-dir <DIR>` - Write to a file in DIR instead of to stdout (uses same name as input file)
- `--out-name <TEMPLATE>` - Break the csv into multiple files using a TEMPLATE for the name

[0.1.1] - 2018-03-28
--------------------

### Changed

- Better documentation in crates.io

[0.1.0] - 2018-03-28
--------------------

Initial Release

### Added

- Basic functionality