Pymongoはjson_utilを提供します-代わりにそれを使用してBSONタイプを処理できます def parse_json(data): return json.loads(json_util.dumps(data))