Issue 23045: json data iteration through loop in python (original) (raw)
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()
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, and the result you actually got.
Otherwise you should try asking your question on the python-list@python.org mailing list, the comp.lang.python newsgroup, /r/python on Reddit, StackOverflow, or one of the many other public forums for discussing Python programming issues.