Files
typeshed/third_party/2and3
Jonathan Schoonhoven dc46a435da allow all valid JSON in pynamodb JSONAttribute (#1604)
Currently, the type definition for `JSONAttribute` assumes the deserialized value will be a `dict`. However, a `list` is also a valid `JSONAttribute` (its [deserialize](https://github.com/pynamodb/PynamoDB/blob/495eae28679c781afc27f7d2d8c417e2302ed2a1/pynamodb/attributes.py#L418) method just calls `json.loads`.
2017-09-22 06:57:51 -07:00
..
2016-01-16 16:56:25 -05:00
2016-01-16 16:56:25 -05:00
2017-05-30 23:20:40 -07:00