Skip to content

Commit cd74ddd

Browse files
authored
Update README.md
1 parent 37511f4 commit cd74ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ and vice versa
10441044
THIS IS THE ENCODING DECODING LIST
10451045
10461046
| JSON |Python |
1047-
| -----------: |
1047+
|---------------|
10481048
| object| DICT |
10491049
| array |list |
10501050
|string | str |
@@ -1078,6 +1078,7 @@ THIS IS THE ENCODING DECODING LIST
10781078
## Note
10791079
If the optional infile and outfile arguments are not specified, sys.stdin and sys.stdout will be used respectively:
10801080
`json.tool `- to validate and pretty-print JSON objects.
1081+
10811082
`raw_decode`- This can be used to decode a JSON document from a string that may have extraneous data at the end.
10821083
10831084
#### [Learn More about JSON Module](https://docs.python.org/3.7/library/json.html)

0 commit comments

Comments
 (0)