Expand description
Borrowed JSON events share one grammar without choosing a numeric or object representation.
Structs§
- Json
Event - Json
Reader - Iterative structural decoding charges its nesting stack before allocation. Event payloads borrow the input; consumers own and charge their chosen value representation separately.
Enums§
Functions§
- decode_
json_ string - Decode one quoted JSON string under a shared allowance, retaining its actual destination capacity.
- decode_
json_ string_ with_ control - Decode with the existing token grammar and one admitted string constructor. Both cancellation owners are checked during validation and output; no parser-owned escape scratch or second output string is allocated.