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§
- Deser
Error - A JSON parse error, with context. Never would’ve guessed huh.
- Deser
Error Message - A wrapper type for displaying deser error messages
Enums§
- Deser
Error Kind - An error kind for JSON parsing.
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