Browse Source

Json

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

2
README.md

@ -902,7 +902,7 @@ import json
#### To preserve order: #### To preserve order:
```python ```python
from collections import OrderedDict from collections import OrderedDict
<dict> = json.loads(<str>, object_pairs_hook=OrderedDict)
<object> = json.loads(<str>, object_pairs_hook=OrderedDict)
``` ```
### Read File ### Read File

Loading…
Cancel
Save