Scrapy with a nested array Scrapy with a nested array json json

Scrapy with a nested array


You need to create the junk dictionary before storing items in it.

item['a'] = xitem['_junk'] = {}item['_junk']['b'] = yitem['_junk']['c'] = z