My json object looks like this
Object
A:Object
B:Object
C:Object
D Object
E:Object
F:Object
__proto__:Object
I want to get only D and E
from this json object based on key. New json object should only include D and E
. how to acheive this?