jsonserializer

pydantic convert to jsonable dict (not full json string)

pydantic convert to jsonable dict (not full json string) Question: I’d like to use pydantic for handling data (bidirectionally) between an api and datastore due to it’s nice support for several types I care about that are not natively json-serializable. It has better read/validation support than the current approach, but I also need to create …

Total answers: 4