json-ext 0.3.0

This library provides an extension object for serde_json crate.
Documentation
1
2
3
4
5
6
7
8
9
10
# json-ext

[![ci](https://github.com/mechiru/json-ext/workflows/ci/badge.svg)](https://github.com/mechiru/json-ext/actions?query=workflow:ci)
[![Rust Documentation](https://docs.rs/json-ext/badge.svg)](https://docs.rs/json-ext)
[![Latest Version](https://img.shields.io/crates/v/json-ext.svg)](https://crates.io/crates/json-ext)

This library provides an extension object for [serde_json](crates.io/crates/serde_json) crate.

## License
Licensed under either of [Apache License, Version 2.0](./LICENSE-APACHE) or [MIT license](./LICENSE-MIT) at your option.