JGuizard
4/20/2016 - 6:51 PM

Some json command

Some json command

import json

with open('greetings.json') as data_file:    
    data = json.load(data_file)