Json – LINQ Union two lists that have same ID but different types
I am trying to merge two lists into one List without duplicates JOIN operator returns only common elements These are lists in JSON List1 is: { "screenID": 96, "create": true, "read": true, "update": true, "delete": true, "print": true }, {…