This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author satyanani40
Recipients satyanani40
Date 2014-12-13.04:59:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418446759.27.0.0299579851537.issue23045@psf.upfronthosting.co.za>
In-reply-to
Content
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()
History
Date User Action Args
2014-12-13 04:59:19satyanani40setrecipients: + satyanani40
2014-12-13 04:59:19satyanani40setmessageid: <1418446759.27.0.0299579851537.issue23045@psf.upfronthosting.co.za>
2014-12-13 04:59:19satyanani40linkissue23045 messages
2014-12-13 04:59:19satyanani40create