File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1044,7 +1044,7 @@ and vice versa
1044
1044
THIS IS THE ENCODING DECODING LIST
1045
1045
1046
1046
| JSON | Python |
1047
- | -----------: |
1047
+ | --------------- |
1048
1048
| object| DICT |
1049
1049
| array | list |
1050
1050
| string | str |
@@ -1078,6 +1078,7 @@ THIS IS THE ENCODING DECODING LIST
1078
1078
# # Note
1079
1079
If the optional infile and outfile arguments are not specified, sys.stdin and sys.stdout will be used respectively:
1080
1080
` json.tool ` - to validate and pretty-print JSON objects.
1081
+
1081
1082
` raw_decode` - This can be used to decode a JSON document from a string that may have extraneous data at the end.
1082
1083
1083
1084
# ### [Learn More about JSON Module](https://docs.python.org/3.7/library/json.html)
You can’t perform that action at this time.
0 commit comments