Array of Dict to array of String

Broadcasting seems slightly more efficient than [d["a"] for d in x1] from my testing:

getindex.(x1, "a")