How to Sort values from List of Dictionaries

Hi Team, 

I have a list of dictionaries like 

as expression: 

{

{name: "Aish", category: "A"}

{name: "Jenny", category: "A"}

{name: "Corie", category: "C"}

{name: "David", category: "E"}

{name: "Daniel", category: "E"}

}

So now I need a code to run on this list of dict. to get only those who have Category of E.

Can anyone help me with the approach/code?

Thanks in Advance

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data