Module json

Module json 

Source
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.
LazyJson
lazy deserialize type that wrap around Json. It lowers the deserialization to handler function where zero copy deserialize can happen.

Constants§

DEFAULT_LIMIT