Versions in this module Expand all Collapse all v0 v0.1.1 Jul 8, 2026 Changes in this version + func Serialize(file Document) ([]byte, error) + func SerializeString(file Document) (string, error) + func WriteTo(w io.Writer, file Document) error + type Decoder = model.Decoder + type Document = *model.Document + func New() Document + func Parse(src []byte) (Document, error) + func ParseReader(r io.Reader) (Document, error) + func ParseString(src string) (Document, error) + type Kind = model.KindValue + const K_LIST + const K_MAP + const K_NONE + const K_STRING + type Value = model.Value v0.1.0 Jul 1, 2026