I have below Json output
{ "IDsInThisList":"28184,28181,28180,28178","RowsReturned":"4","List" :[{"ContentID":28184,"ArticleType":"News","Headline":"Mobile Bytes","Article":"<p>HTC CFO Chialin Chang expects the manufacturer’s fortunes to change for the better going in to 2014.</p>"}]}
I need to get "Headline" out and display it using jquery template, i normally uses {{:Headline}} but for somereason its not working, possibly because its inside "List", how to i render "Headline" out?