Crate strason[−][src]
Re-exports
pub use object::Deserializer; |
pub use object::Serializer; |
Modules
object |
Serde de/serialization support to/from Json objects |
parser |
Parsing support |
serializer |
Serialization support |
Structs
Error |
Publicly exported error type |
Json |
A "stringly-typed" Json object. That is, either a value (represented as a String), or an object (represented as a map from Strings to Jsons). |