Browse Source

Serialization

pull/3/head
Jure Šorn 6 years ago
parent
commit
61f21f1f4c
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -429,7 +429,7 @@ JSON
import json
```
### Serialize/Deserialize
### Serialization
```python
<str> = json.dumps(<object>)
<object> = json.loads(<str>)

Loading…
Cancel
Save