From 18d41550ded1abd92b16dbf684b28b9759d7b235 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:14:56 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/json/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_basics/json/README.md b/python_basics/json/README.md index 77b497e..40354f9 100644 --- a/python_basics/json/README.md +++ b/python_basics/json/README.md @@ -8,7 +8,7 @@ ## The goal - +A combination of JSON (JavaScript Object Notation) file and dictionaries allows to organize parameters in an external file. Questions to [David Rotermund](mailto:davrot@uni-bremen.de) @@ -67,7 +67,7 @@ Content of data_in.json: } ``` -Note: You need to change the filetype from **JSON** to **JSON with comments**. Lower right corner. +Note for **VS Code**: You need to change the filetype from **JSON** to **JSON with comments**. Lower right corner. The normal JSON functions fails: