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
Cattrs (https://pypi.org/project/cattrs/) is a powerful library for automatic serialisation/ deserialisation of hierarchical data. It seems to me that it could be valuable to use it to implement the various to_json methods (for example https://github.com/carbonplan/xarray-schema/blob/2c56d6ad2d4650ab06b09383a3cdd0bea0988ed7/xarray_schema/dataset.py#L70).
to_json
The text was updated successfully, but these errors were encountered:
Thanks @paiforsyth for the suggestion. I'd love to see a proof of concept using cattrs if you (or anyone else) has time.
cattrs
Sorry, something went wrong.
No branches or pull requests
Cattrs (https://pypi.org/project/cattrs/) is a powerful library for automatic serialisation/ deserialisation of hierarchical data. It seems to me that it could be valuable to use it to implement the various
to_json
methods (for example https://github.com/carbonplan/xarray-schema/blob/2c56d6ad2d4650ab06b09383a3cdd0bea0988ed7/xarray_schema/dataset.py#L70).The text was updated successfully, but these errors were encountered: