From 949e586bb75c5ecad29cd9c82b608c038c4b0c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 12 Aug 2019 09:20:14 +0200 Subject: [PATCH] Comment --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8b4660a..46d0fa2 100644 --- a/index.html +++ b/index.html @@ -1554,7 +1554,7 @@ shutil.rmtree(<path>) # Deletes th

#JSON

import json
 <str>    = json.dumps(<object>, ensure_ascii=True, indent=None)
-<object> = json.loads(<str>)    # Raises ValueError on malformed string.
+<object> = json.loads(<str>)  # Raises ValueError on malformed string.
 

Read Object from JSON File

def read_json_file(filename):