TIL (Today I Learned)

The TIL series of articles contains very short articles documenting something I learned “today”.

Today I learned how to edit multiple lines in the VS Code code editor.

Today I finished learning how to use a custom JSON decoder to convert JSON to arbitrary Python objects.

Today I learned how to do custom JSON decoding in Python with the module json.

Today I learned how to do custom JSON encoding in Python with the module json.