Expand description
Logo by Misiasart
Thanks to all individual and corporate sponsors, without whom this work could not exist:
§facet-json
A JSON deserializer based on facet-deserialize
§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.
Structs§
- Json
- The JSON format
- Json
Serializer - A serializer for JSON format that implements the
facet_serialize::Serializertrait.
Functions§
- from_
slice - Deserialize JSON from a given byte slice
- from_
str - Deserialize JSON from a given string
- from_
str_ static_ error - Deserialize JSON from a given string, converting any dynamic error into a static one.
- peek_
to_ string - Serializes a Peek instance to JSON
- peek_
to_ writer - Serializes a Peek instance to a writer in JSON format
- to_
string - Serializes a value to JSON
- to_
writer - Serializes a value to a writer in JSON format