Expand description
Payload encoding/decoding helpers.
Reflex uses Tauq as a compact, schema-friendly representation of JSON payloads.
Structs§
- Tauq
Batch Encoder - Encodes multiple JSON values into a Tauq array.
- Tauq
Decoder - Decodes Tauq text into JSON values.
- Tauq
Encoder - Encodes JSON values into Tauq.
Enums§
- Tauq
Error - Errors returned by Tauq parsing. Top-level Tauq error type
Functions§
- ensure_
tauq_ format - Converts a payload to Tauq if it looks like JSON; otherwise returns it unchanged.