Skip to main content

structured_document_v1

Function structured_document_v1 

Source
pub fn structured_document_v1() -> ArtifactFormat
Expand 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.