Generating structs from JSON files

I need to generate structs (and enums) from a set of JSON files.

It seems that only JSON3.jl currently supports this feature? The migration guide does state:

If you rely heavily on this feature, continue using JSON3.jl for this specific purpose until this functionality is migrated to a separate package

Has this been realized yet anywhere?

cc @dilumaluthge since I saw your name pop up on the PRs :slight_smile:

Hmmm. Good question. AFAIK, it hasn’t been migrated yet, but @quinnj can give a more up-to-date answer.

1 Like