dhall-python
dhall-python copied to clipboard
dump(s) and load(s) should support appropriate kwargs flags
As of right now, the kwargs flags for dump(s) and load(s) are still the ones inherited from hyperjson, and as of right now most of those don't do anything. We should remove the ones that don't do anything, and add flags for current and future features like type erasures, or omitting nulls, etc.