Here is an example of a JSON object:
[
[
"A",
"1"
],
[
"B",
"2"
],
[
"C",
"3"
],
[
"D",
"4"
],
[
"E",
"5"
],
[
"F",
"6"
]
]
Is there a way to retrieve all the key/value pairs except for A and D in JavaScript?