Module json

Source
Expand description

§json

a re-export of serde_json with error wrapping and only operates on Result<T, E> where T & E impl Serialize

Functions§

json
a simple re-export wrapper of serde_json::to_string for Result<T, E>