I have the following string
{"action":"print","method":"onData","data":"Madan Mohan"}
I Want to deserialize to a object of class
class payload
string action
string method
string data
I am using python 2.6 and 2.7
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…