erased_serde_json 0.1.3

Type-erased Formatter trait for serde_json::ser::Formatter
Documentation
[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0.2"

[package]
authors = ["Sevag Hanssian <sevag.hanssian@gmail.com>"]
categories = ["encoding"]
description = "Type-erased Formatter trait for serde_json::ser::Formatter"
documentation = "https://github.com/sevagh/erased-serde-json"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["json", "serde", "serialization"]
license = "MIT/Apache-2.0"
name = "erased_serde_json"
readme = "README.md"
repository = "https://github.com/sevagh/erased-serde-json"
version = "0.1.3"