Module value

Module value 

Source
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ยง

QuillValue
Unified value type backed by serde_json::Value.