convert2json 0.4.2

CLI utilities to convert CSV, TOML, XML & YAML into JSON and for use with jq.
Documentation
# Third Party Licenses

This document lists the licenses of the projects used in convert2json.

## Overview of licenses

{{#each overview}}
- [{{name}}](#{{id}}) ({{count}})
{{/each}}

## Full license texts

{{#each licenses}}
### <a id="{{id}}"></a>{{name}}

#### Used by

{{#each used_by}}
- [{{crate.name}}]({{#if crate.repository}}{{crate.repository}}{{else}}https://crates.io/crates/{{crate.name}}{{/if}}) {{crate.version}}
{{/each}}

```
{{text}}
```
{{/each}}