4
Answers

data = json.dumps(listofdata) print(type(data)) Why this is returning

Photo of Raghavendra

Raghavendra

4y
636
1
data = json.dumps(listofdata) print(type(data)) Why this is returning str? This shoul be JSON

Answers (4)