Module lambda_router::runtime::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

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