handwritten-json 0.1.0

Convert a non-standard JSON string into a normalized JSON string.
Documentation
[package]
name = "handwritten-json"
version = "0.1.0"
authors = ["Boyu Yang <yangby@cryptape.com>"]
edition = "2018"
description = "Convert a non-standard JSON string into a normalized JSON string."
documentation = "https://docs.rs/handwritten-json"
homepage = "https://github.com/yangby-cryptape/rust-handwritten-json"
repository = "https://github.com/yangby-cryptape/rust-handwritten-json"
keywords = ["json"]
categories = ["encoding"]
license = "Apache-2.0 OR MIT"
readme = "README.md"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-*"]

[dependencies]
thiserror = "1.0"

[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
property = "0.3"

[badges]
travis-ci = { repository = "yangby-cryptape/rust-handwritten-json" }