[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.something.get_data()

--

___
Python tracker 
<http://bugs.python.org/issue23045>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<http://bugs.python.org/issue23045>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com