Как я могу создать arraylist, как показано ниже, используя asp.net, c #. Я могу создать такой массив, используя JsonTextWriter , но не хочу добавлять какие-либо другие dll как часть моего решения.
[{ "id": "slide-img-1", "client": "nature beauty", "desc": "nature beauty photography" },
{ "id": "slide-img-2", "client": "nature beauty", "desc": "add your description here" },
{ "id": "slide-img-3", "client": "nature beauty", "desc": "add your description here" },
{ "id": "slide-img-4", "client": "nature beauty", "desc": "add your description here" },
{ "id": "slide-img-5", "client": "nature beauty", "desc": "add your description here" },
{ "id": "slide-img-6", "client": "nature beauty", "desc": "add your description here" },
{ "id": "slide-img-7", "client": "nature beauty", "desc": "add your description here"}];
Спасибо
Ashish