You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-16Lines changed: 10 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1036,29 +1036,23 @@ JSON is text, written with JavaScript object notation. JSON is a syntax for stor
1036
1036
It is commonly used fortransmitting datain web applications (e.g., sending some data from the server to the client, so it can be displayed on a web page
1037
1037
and vice versa
1038
1038
- `json.loads()`
1039
-
-json. load() takes a file object and returns the json object. A JSON object contains data in the form of key/value pair. The keys are strings and the values are the JSON types
1039
+
- take a file object and returns the json object. A JSON object contains data in the form of key/value pair. The keys are strings and the values are the JSON types
1040
1040
- `json.dumps()`
1041
1041
-json.dumps() functionconverts a Python object into a json string
0 commit comments