convert2json 2.2.2

CLI utilities to convert BSON, CBOR, CSV, INI, MessagePack, Plist, RSV, TOML, XML & YAML into JSON and for use with jaq or 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}}