pub fn structured_document_v1() -> ArtifactFormatExpand description
Standard format for a generic, format-neutral value tree.
Produced by parsers for tree-structured formats (JSON, JSONL of mixed shape, YAML, TOML, …) and consumed by the structured-document writer. This is the fallback for any structured source that is not a consistently-shaped record collection. See the typed-record ADR.