We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This project looks great!
I've been heavily using dacite - in particular, the from_dict method to initialise a nested data class from a nested dictionary.
from_dict
Have you come across this library? What would be required for these to work together?
The text was updated successfully, but these errors were encountered:
No idea what would be required without trying it (I haven't used the library before). You can see #37 for a similar scenario.
The core feature of a way to create instances recursively would be good and doesn't seem too difficult. I will think about adding it to this library.
Sorry, something went wrong.
Functions: add 'from_dict' (#45)
3a5f760
I added a quick implementation of this to the 'from_dict' branch. Would you be able to try it and tell me what you think?
No branches or pull requests
This project looks great!
I've been heavily using dacite - in particular, the
from_dict
method to initialise a nested data class from a nested dictionary.Have you come across this library? What would be required for these to work together?
The text was updated successfully, but these errors were encountered: