[issue23045] json data iteration through loop in python

2014-12-12 Thread Steven D'Aprano
Steven D'Aprano added the comment: This is a bug tracker for issues in the Python language and standard library, not a service for learning how to program using Python. If you have an actual bug to report, you should give more detail including the actual code you used, the result you expected,

[issue23045] json data iteration through loop in python

2014-12-12 Thread vegeshna satyanarayana raju
New submission from vegeshna satyanarayana raju: I have json data in following format {"message":["frappe","websocerp","erpnext"]} I want each name (frappe, websocerp, erpnext) in three iteration after that i can use as frappe.something.get_data() websocerp.something.get_data() erpnext.somethi

[issue23045] json data iteration through loop in python

2014-12-12 Thread vegeshna satyanarayana raju
Changes by vegeshna satyanarayana raju : -- nosy: satyanani40 priority: normal severity: normal status: open title: json data iteration through loop in python ___ Python tracker