Posted on:

28 Mar 2021

0

Read a string array into an array of dict

I want to read a list called "reviewers_list" which is a (string array) into an array of dict using a list comprehension

rephrase: I want to iterate over the list called "reviewers_list" which is a (string array) and produce a new list of dictionary (an array of dict) using a list comprehension, which will be called reviewers_dicts

0 answers ( 0 marked as helpful)

Submit an answer