Crate facet_json_read

Source
Expand description

Facet logo - a reflection library for Rust   facet-json-read

experimental free of syn crates.io documentation MIT/Apache-2.0 licensed

Logo by Misiasart

Thanks to all individual and corporate sponsors, without whom this work could not exist:

Ko-fi GitHub Sponsors Patreon Zed

Provides JSON deserialization for any type that implements Facet.

§License

Licensed under either of:

at your option.

Functions§

from_str
Deserializes a JSON string into a value of type T that implements Facet.
from_str_opaque
Deserialize a Poke object from a JSON string.