jpsim / Yams

A Sweet and Swifty YAML parser.
https://jpsim.com/Yams
MIT License
1.11k stars 141 forks source link

Allow decoding from a Node #395

Closed rnapier closed 1 year ago

rnapier commented 1 year ago

This permits decoding the entire document into a Node, and then extracting Decodable types from parts of the document without creating a structure for the entire thing.