如何合并两个在同一列表中具有不同键的字典?

?

?

[
    {"id": "cef8bab0-8482-4086-bc8f-29bf229f13f6"},
    {
        "createdAt": "2018-12-18T16:09:57.098Z",
        "notes": "Candidate initial submission.",
        "createdBy": "Steven Klinger",
    },
    {
        "createdAt": "2018-12-18T23:14:09.415Z",
        "notes": "The Candidate Status has now been updated from <strong>CV Submitted</strong> and <strong>Feedback Pending</strong> to <strong>Client CV Review</strong> and <strong>Feedback Awaiting</strong>",
        "createdBy": "Matt",
    },
    {
        "createdAt": "2019-01-22T16:04:46.958Z",
        "notes": "The Candidate Status has now been updated from <strong>Client CV Review</strong> and <strong>Feedback Awaiting</strong> to <strong>Client CV Review</strong> and <strong>Position on Hold</strong>",
        "createdBy": "Matt",
    },
]

我有一份清单。里面有两本字典。我想把这两个词合并到列表中的一个字典中。

转载请注明出处:http://www.lsql.net/article/20230506/2412565.html