Closed AOx0 closed 1 month ago
With this current serialized structs should have snake_cased names. So previously {'Id': 0} is now {'id': 0}
{'Id': 0}
{'id': 0}
With this current serialized structs should have snake_cased names. So previously
{'Id': 0}
is now{'id': 0}