From ff6e5a421a1d581377b3d2282a0a2eb310ab9e75 Mon Sep 17 00:00:00 2001 From: Leonardo Spairani Date: Fri, 12 Jan 2024 06:42:05 +0100 Subject: [PATCH] Removed extra comma in JSON example --- course_contents/6_files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course_contents/6_files/README.md b/course_contents/6_files/README.md index 2068da7..6f41154 100644 --- a/course_contents/6_files/README.md +++ b/course_contents/6_files/README.md @@ -42,7 +42,7 @@ Here's an example of a JSON file that stores the same data as the CSV file above "name": "Chris", "title": "Technical Analyst", "salary": 55000 - }, + } ] } ```