JSON to Elixir code generator (online tool)

Yea my initial idea was to create structs. But since you can’t type the items in a list with defstruct I decided for a first pass I would just do an embedded_schema. I wanna give the option as all if to nest the embeds or if to generate new modules for them.

I think for generating the structs when encountering a list I might just set the value to an empty list but still generate the struct for the list items.