hofstadter-io / hof

Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.
https://docs.hofstadter.io
Apache License 2.0
519 stars 36 forks source link

hof/runtime: support loading xml, toml, more? #265

Open verdverm opened 1 year ago

verdverm commented 1 year ago

we can export xml,toml so we should be able to import them

are there any other codecs?

verdverm commented 1 year ago

Can we use: https://pkg.go.dev/cuelang.org/go@v0.6.0/cue/build#ParseFile on the input side for those extensions CUE does not like natively?