I have an array of objects like this:
[
{"firstKey":"firstValue","secondKey":"secondValue"},
{"thirdKey":"thirdValue","forthKey":"forthValue"}
]
and object like
{"thirdKey":"thirdValue","forthKey":"forthValue"}
I want to check if this object exists in an array of objects or no
NOTE: The keys of objects are generated dynamically and I don't know the name of the keys.