[issue23045] json data iteration through loop in python

2014-12-12 Thread vegeshna satyanarayana raju
Changes by vegeshna satyanarayana raju satya.nani...@gmail.com: -- nosy: satyanani40 priority: normal severity: normal status: open title: json data iteration through loop in python ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[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