I have a really complex type, and I need it to be dynamically allocated...
but I also need to be able to parse json data into it without having to create my own parser for the entire type.
Is it possible to not have to reinvent the wheel here?
Is there a way to make the std.json parser understand that a JsonArray needs to go into an ArrayList?