Loading JSON file Using Python Utils Library

Use:

import json
json.load(...)

Source:
python JSON doc

Leave a Comment