json_unstringify 2.0.0

Parse JSON that has been serialized as a JSON string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "json_unstringify"
version = "2.0.0"
edition = "2024"
rust-version = "1.85"
description = "Parse JSON that has been serialized as a JSON string"
repository = "https://github.com/robbestad/json_unstringify"
homepage = "https://github.com/robbestad/json_unstringify"
readme = "README.md"
keywords = ["json", "parsing", "serialization"]
categories = ["encoding"]
license = "MIT"

[dependencies]
serde_json = "1.0"