Expand description
facet-json-read

Logo by Misiasart
Thanks to all individual and corporate sponsors, without whom this work could not exist:
Provides JSON deserialization for any type that implements Facet
.
§License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Functions§
- from_
str - Deserializes a JSON string into a value of type
T
that implementsFacet
. - from_
str_ opaque - Deserialize a
Poke
object from a JSON string.