# 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}}