Crate facet_json_write

Source
Expand description

§facet-json-write

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

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

Ko-fi GitHub Sponsors Patreon           Zed

Provides JSON serialization for any type that implements Facet.

§License

Licensed under either of:

at your option.

Functions§

to_json
Serializes any Facet type to JSON
to_json_string
Serializes any Facet type to JSON and returns it as a String