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):