sdmx_json 0.4.0

A Rust implementation of SDMX-JSON (Statistical Data and Metadata eXchange) using Serde
Documentation
# sdmx_json
[![License][license]][license-url]
[![CI][ci]][ci-url]
[![Documentation][docs]][docs-url]

[license]: https://img.shields.io/badge/License-MIT%20%26%20Apache%202.0-blue?style=flat-square
[license-url]: #license
[ci]: https://img.shields.io/github/deployments/neoncitylights/sdmx/github-pages?label=deploy&style=flat-square
[ci-url]: https://github.com/neoncitylights/sdmx/actions/workflows/main.yml
[docs]: https://img.shields.io/docsrs/sdmx_json?style=flat-square&label=docs.rs
[docs-url]: https://docs.rs/sdmx_json

A Rust implementation of [SDMX-JSON](https://github.com/sdmx-twg/sdmx-json) (Statistical Data and Metadata eXchange) using Serde.

## Install
```sh
cargo add sdmx_json
```

## License
Licensed under either of

- Apache License, Version 2.0 ([`LICENSE-APACHE`]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([`LICENSE-MIT`]LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.

### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.