We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9bee8 commit d578c45Copy full SHA for d578c45
README.md
@@ -895,10 +895,6 @@ JSON
895
----
896
```python
897
import json
898
-```
899
-
900
-### Serialization
901
-```python
902
<str> = json.dumps(<object>, ensure_ascii=True, indent=None)
903
<dict> = json.loads(<str>)
904
```
@@ -952,10 +948,6 @@ Pickle
952
948
------
953
949
954
950
import pickle
955
956
957
958
959
951
<bytes> = pickle.dumps(<object>)
960
<object> = pickle.loads(<bytes>)
961
0 commit comments