Expand description
Value types for schema-less Crous data.
Two representations:
Value: owned, heap-allocated, suitable for building documents.CrousValue<'a>: zero-copy, borrow-backed, returned by the decoder.
Enumsยง
- Crous
Value - Zero-copy, borrow-backed Crous value returned by the decoder.
- Value
- Owned, schema-less Crous value (analogous to
serde_json::Value).