Skip to content

Commit d578c45

Browse files
committed
Json, Pickle
1 parent 4c9bee8 commit d578c45

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -895,10 +895,6 @@ JSON
895895
----
896896
```python
897897
import json
898-
```
899-
900-
### Serialization
901-
```python
902898
<str> = json.dumps(<object>, ensure_ascii=True, indent=None)
903899
<dict> = json.loads(<str>)
904900
```
@@ -952,10 +948,6 @@ Pickle
952948
------
953949
```python
954950
import pickle
955-
```
956-
957-
### Serialization
958-
```python
959951
<bytes> = pickle.dumps(<object>)
960952
<object> = pickle.loads(<bytes>)
961953
```

0 commit comments

Comments
 (0)