a json file = a.json
{"xt_Adminserver_URL": "10.0.1.5:2346"}.
{"LinuxAdServer": "10.0.1.6"}.
{"WindowsAdminServer": "10.0.1.8"}.
{"JlLmsServer": "12.17.10.81:1688 "}.
{"token": "KT99999"}.
{"WONumber": "WO0000123456"}.
{"VMbuilderID": "A12G456"}.
{"QAreviewerID": "B65I321"}.
{"utilization": "n"}.
{"static_fqdn": "False"}.
{"branch": "new_dev"}
I'm trying to bring each one in as a variable in a python script, what is the correct way to read this and assign variables?