This is what I have...
[{
"programName": "Testing 102",
"recommendedComparisons": [{
"programName": "Testing 101",
"id": 2
}, {
"programName": "Testing 401",
"id": 4
}],
"id": 1,
"programId": 3
}, {
"programName": "Testing 101",
"recommendedComparisons": [{
"programName": "Testing 102",
"id": 3
}],
"id": 9,
"programId": 2
}]
What I want is two lists of recommendedComparisons.
Testing 101, Testing 401
and Testing 102
I'm sure there must be simple way.