1 रिपॉजिटरी
Lookup tables used to resolve document anchors and aliases to prevent circular references during parsing.
Distinct from Package Alias Resolutions: The candidates focus on database table resolution or AWS ARN mapping, not YAML anchor/alias resolution.
Explore 1 awesome GitHub repository matching data & databases · Anchor Resolution Tables. Refine with filters or upvote what's useful.
This library is a YAML encoder and decoder for native Go data structures. It provides the tools necessary to transform internal data into YAML formatted text and convert YAML input streams back into structured data. The parser includes built-in protections against resource exhaustion attacks by enforcing limits on document depth and alias resolution. It also ensures deterministic output by employing consistent key sorting for maps. The project covers serialization and deserialization workflows, including struct mapping and custom marshaling interfaces. It also handles input encoding detectio
Implements a lookup table to track YAML anchors and resolve aliases while preventing circular loops.