Hacker News new | ask | show | jobs
by vaporup 1406 days ago
Are there now any libraries which can parse dynamic YAML files?

I found it very hard to do with map[string]interface{} or figuring out which kind of structs to create...

For JSON there seem to be many libs now which can do this.