import
json
json_obj
=
'{ "Name":"David", "Class":"I", "Age":6 }'
python_obj
json.loads(json_obj)
type
(python_obj)