json.loads withou dupes

This commit is contained in:
Michael Herman 2014-05-03 19:11:21 -05:00
parent 68d9c41cc8
commit ffbb005359

View File

@ -4,4 +4,4 @@
1. **02_find_all_links.py**: get all links from a webpage
1. **03_simple_twitter_manager.py**: accessing the Twitter API, example functions
3. **04_rename_with_slice.py**: rename group of files, within a single directory, using slice
4. **05_load_json_without_dupes.py: load json, convert to dict, raise error if there is a duplicate key
4. **05_load_json_without_dupes.py**: load json, convert to dict, raise error if there is a duplicate key