ahh yeah i get it now, then we just
Code:
list.push_back(JSONNode("", "whatever"));
to populate our array. Brilliant, thanks for that... Quickest reply ever. I did see your username floating around various places when I was sifting through google beforehand looking for an answer as it happends so I hoped if I posted here you'd answer Nice one

edit: just saw your edit on setting up the list beforehand, thanks for the example I'll probably go down that road.