JuliaData / YAML.jl

Parse yer YAMLs
Other
128 stars 45 forks source link

Expose resolver to `load` #197

Closed Paalon closed 3 months ago

Paalon commented 3 months ago

~This PR depends on #153~ (now merged). This is a preparation to implement schemata (≈ resolver + constructor). Schemata are required to be passed by load function to be defined by users.

Paalon commented 3 months ago

This step is required to realize #151.