zig-yaml
zig-yaml copied to clipboard
Add parseYaml function for custom types
I'll update it once I've got time. I've tended to need this functionality from at least with tagged unions so that each tag is a set under the parent. I did this because I was getting missing field errors and this was the simplest solution imo. https://github.com/search?q=repo%3APipeletCloud%2Fworkflow-runner%20parseYaml&type=code
I've updated the README.