Module xitca_web::handler::json

source ·
Expand description

type extractor and response generator for json

Structs§

  • Extract type for Json object. const generic param LIMIT is for max size of the object in bytes. Object larger than limit would be treated as error.
  • lazy deserialize type that wrap around Json. It lowers the deserialization to handler function where zero copy deserialize can happen.

Constants§