json-decode 0.6.0

An elm inspired runtime JSON decoder for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "json-decode"
version = "0.6.0"
authors = ["Graeme Coupar <graeme@polyandglot.dev>"]
edition = "2018"
homepage = "https://github.com/polyandglot/json-decode"
keywords = ["json", "decode"]
description = "An elm inspired runtime JSON decoder for Rust"
license = "MPL-2.0"
documentation = "https://docs.rs/json-decode"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1.0"
serde_json = "1.0"
thiserror = "1.0.19"