quicktype
quicktype copied to clipboard
Support YAML
Support yaml please! :)
+1
I know this is old, but would be really nice. I've been using yaml hierarchies to build configuration options for environment deployments as well as translations/strings. Started using this against my build output to get typescript defs, which is nice in my code environment, now I get auto-complete. Would be nice if I could work against the yaml directly though.
+1
I would really like this too
Not sure if this is particularly active.. but to the maintainers, I'd be happy to make a PR for this... I mean, the reality is you'd just have to load the yaml, converting to an object and passing to the same logic that JSON is using currently.
Not sure if this is particularly active.. but to the maintainers, I'd be happy to make a PR for this... I mean, the reality is you'd just have to load the yaml, converting to an object and passing to the same logic that JSON is using currently.
@tracker1 sure! Please try it. Be sure to add some tests.