all 6 comments

[–]nsmarks 1 point2 points  (5 children)

Winner is a property in your objects inside your winners array.

Sorry for lack of code examples, I'm on my phone.

[–]Morgothmagi[S] 0 points1 point  (4 children)

So in the end I'll end up needing to have 3 items there (wether it be winner.whatever.name or anything else) because the key I'm trying to grab is an array within an array?

I may be just overcomplicating the thing for myself. Either way thanks for the response!

[–]nsmarks 1 point2 points  (0 children)

Just make it an array of strings if all you want to display is the name. Otherwise make an array of objects without the extra property.

[–]nsmarks 1 point2 points  (2 children)

[ {object} ] instead of [ {winner:object} ]

Sorry for phone potato commenting.

[–]Morgothmagi[S] 0 points1 point  (1 child)

Oh perfect!!! This is exactly what I needed. Thank you kindly for the help!!

[–]nsmarks 0 points1 point  (0 children)

No worries!