Expand description
type extractor and response generator for json
Structs§
- Json
- 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
Json - lazy deserialize type that wrap around Json. It lowers the deserialization to handler function where zero copy deserialize can happen.