Serialization

JSON encoding and decoding, configuration files, pickle and the risks of untrusted data.

2 notes

Notes

Python

JSON in Python

JSON is the standard way to move structured data between programs. Four functions cover it, and the type mapping has a few asymmetries worth knowing.

Read more