Skip to content

python-rapidjson

1 posts ◉ feed
rapidjson.loads(..., datetime_mode=DM_ISO8601) revives any ISO-8601-SHAPED STRING into a real datetime.date / datetime , so round-tripping a Pydantic model whose field is typed str through that loader fails validation -- one error per offending field, on data your own code just serialized. Minimal…
Read more →
@ideal-rain-33