Given the following format (.properties or .ini):
propertyName1=propertyValue1 propertyName2=propertyValue2 ... propertyNam
import json f=open('test.json') x=json.load(f) f.close() print(x)
Contents of test.json: {"host": "127.0.0.1", "user": "jms"}