...

/

Mapping of Python Datatypes to JSON

Mapping of Python Datatypes to JSON

We'll cover the following...

Since json is not Python-specific, there are some mismatches in its coverage of Python datatypes. Some of them are simply naming differences, but there is two important Python datatypes that are completely missing. See if you can spot them:

Notes JSON Python 3
object
...