How to convert json to csv after using an API export python

后端 未结 0 1673
隐瞒了意图╮
隐瞒了意图╮ 2020-12-02 05:27

I used an API data export and ended up with this python dictionary/json format and get this:

json_data = json.loads(response.text)

[{\'key\': [‘a’, ‘b’, ‘c’]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题