Expand description
Self-describing scalar / collection values used by the Thing model.
Value mirrors the JSON value lattice (null / bool / number / string /
array / object) but is intentionally not a serde_json::Value — it
works in no_std + alloc and avoids dragging the full JSON parser in
when only the shape is needed.
Enums§
- Value
- A single Thing property value — closed sum, JSON-shaped.