How to parse json data in Python?
- by backcross
Please help me to parse this json in python.
{ "IT" : [
{ "firstName" : "ajay",
"lastName" : "stha",
"age" : 24 },
{ "firstName" : "Michiel",
"lastName" : "Og",
…