Versions in this module Expand all Collapse all v0 v0.15.3 May 2, 2026 Changes in this version + func ParseBytes(format Format, path string, content []byte) (any, error) + func ParseBytesAs[T any](format Format, path string, content []byte) (T, error) + type Format string + const FormatJSON + const FormatYAML + func ParseReference(ref string) (Format, string, bool)