You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/lidatong/dataclasses-json has @dataclass_json(letter_case=LetterCase.CAMEL) # now all fields are encoded/decoded from camelCase which might help us with the - to _ munging. Though that's one more dependency
Then again, maybe we should not add complexity and only accept _s anyway?
The text was updated successfully, but these errors were encountered:
https://github.com/lidatong/dataclasses-json has
@dataclass_json(letter_case=LetterCase.CAMEL) # now all fields are encoded/decoded from camelCase
which might help us with the-
to_
munging. Though that's one more dependencyThen again, maybe we should not add complexity and only accept
_
s anyway?The text was updated successfully, but these errors were encountered: