Expand description
Value type for unified representation of TOML/YAML/JSON values.
This module provides QuillValue, a newtype wrapper around serde_json::Value
that centralizes all value conversions across the Quillmark system.
Structsยง
- Quill
Value - Unified value type backed by
serde_json::Value.