Hacker News new | ask | show | jobs
by hericium 1621 days ago
> For example how would you take key k1 from a list of dicts [{k1: v1, k2: v2}, {k1: v3}]?

    '.[].k1'