quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Support YAML

Open jstafford5380 opened this issue 4 years ago • 8 comments
trafficstars

Support yaml please! :)

jstafford5380 avatar Dec 04 '20 18:12 jstafford5380

+1

tedgonzalez avatar Aug 28 '21 10:08 tedgonzalez

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.

tracker1 avatar Sep 21 '21 21:09 tracker1

+1

LaCocoRoco avatar Mar 24 '22 17:03 LaCocoRoco

I would really like this too

samollari avatar Jun 14 '22 02:06 samollari

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 avatar Sep 02 '22 17:09 tracker1

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.

dvdsgl avatar Jan 08 '23 03:01 dvdsgl