Browse Source

Json, Pickle

pull/10/head
Jure Šorn 5 years ago
parent
commit
d578c45ea0
1 changed files with 0 additions and 8 deletions
  1. 8
      README.md

8
README.md

@ -895,10 +895,6 @@ JSON
----
```python
import json
```
### Serialization
```python
<str> = json.dumps(<object>, ensure_ascii=True, indent=None)
<dict> = json.loads(<str>)
```
@ -952,10 +948,6 @@ Pickle
------
```python
import pickle
```
### Serialization
```python
<bytes> = pickle.dumps(<object>)
<object> = pickle.loads(<bytes>)
```

Loading…
Cancel
Save