import
json
# a Python object (dict):
python_obj
=
{
"name"
:
"David"
,
"class"
"I"
"age"
6
}
print
(
type
(python_obj))