I am fetching the last five added products like following :-
var products = pe.Products.OrderByDescending(p => p.Id).Take(5);
Now, I want to pass the above data as a Json in the following format :-
[{"content": "<div class='slide_inner'><a class=' continues... ","content_button": "<div class='thumb'><img src=' coninues... "
}]