且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从文本文件(Python)解析/循环JSON对象

更新时间:2022-02-08 22:29:16

如果数据是字典列表,则可以使用以下代码获取列出的marketing_package_urls列表.

You can use the following code to get the list of marketing_package_urls to list, if the data is a list of dictionaries.

list = [x['marketing_package_url'] for x in data]