[package]
edition = "2024"
rust-version = "1.85"
name = "json_unstringify"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse JSON that has been serialized as a JSON string"
homepage = "https://github.com/robbestad/json_unstringify"
readme = "README.md"
keywords = [
"json",
"parsing",
"serialization",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/robbestad/json_unstringify"
[lib]
name = "json_unstringify"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1.0"