sval_json 0.0.3

Json support for the sval serialization framework
Documentation
[badges.travis-ci]
repository = "KodrAus/sval"
[dependencies.itoa]
version = "0.4"

[dependencies.ryu]
version = "0.2"

[dependencies.sval]
version = "0.0.3"

[features]
std = ["sval/std"]

[package]
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
categories = ["encoding", "no-std"]
description = "Json support for the sval serialization framework"
documentation = "https://sval-rs.github.io/sval/sval_json/index.html"
edition = "2018"
keywords = ["serialization", "json", "no_std"]
license = "Apache-2.0 OR MIT"
name = "sval_json"
repository = "https://github.com/sval-rs/sval"
version = "0.0.3"
[package.metadata.docs.rs]
features = ["std"]