From 46c2f097234f88782b17915164e2097fa27845b5 Mon Sep 17 00:00:00 2001 From: Andrew Gait Date: Mon, 20 Apr 2026 11:35:58 +0100 Subject: [PATCH] Add description to JSON keypoint --- episodes/02-dictionaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/02-dictionaries.md b/episodes/02-dictionaries.md index 6284780..517c50e 100644 --- a/episodes/02-dictionaries.md +++ b/episodes/02-dictionaries.md @@ -610,7 +610,7 @@ This caching behaviour is very useful for datasets for are accessed regularly. :::::::::::::::::::::::::::::::::::::::: keypoints -- JSON is simple +- JSON is a simple, easy to interpret format for unstructured data - Dictionaries are defined using `key`:`value` pairs - Dictionaries can be nested, and mixed with lists - Web API's can be accessed using the `requests` library