Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: arraylist to json
Post: RE: arraylist to json

i should not convert to string... :) for row in rows: t=(row[0]) rowarray_list.append(t) j=json.dumps({"_meta":{ "hostvars":{}},"instances":{"hosts":rowarray_list,"vars":{}}}) {"_meta": {"hostva...
soonyu General Coding Help 1 43,081 Aug-23-2021, 05:26 PM
    Thread: arraylist to json
Post: arraylist to json

look for help for the below: i have list of item in array; for row in rows: t=(row[0]) rowarray_list.append(t)when convert to key value j_string=','.join(rowarray_list) j=json.dumps({...
soonyu General Coding Help 1 43,081 Aug-23-2021, 05:15 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020