Crate strason [] [src]

Reexports

pub use parser::Error;
pub use object::from_serialize;

Modules

object
parser
serializer

Structs

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).