I want to have a nice (mypy --strict and pythonic) way to turn an untyped dict (from json.loads()) into a TypedDict. My c
mypy --strict
dict
json.loads()
TypedDict