diff --git a/README.md b/README.md index 96ee8fc..916ae33 100644 --- a/README.md +++ b/README.md @@ -895,10 +895,6 @@ JSON ---- ```python import json -``` - -### Serialization -```python = json.dumps(, ensure_ascii=True, indent=None) = json.loads() ``` @@ -952,10 +948,6 @@ Pickle ------ ```python import pickle -``` - -### Serialization -```python = pickle.dumps() = pickle.loads() ```