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?