Create Json File Dynamically from Object in ASP.NET CORE

preview_player
Показать описание
In this video, I am going to show you, How to create Json File from Object Dynamically in ASP.NET CORE.
Рекомендации по теме
Комментарии
Автор

Can you give example for how to bind this type of json value into list
Eg.
{Response:ok,
value : 4,
data: {
Id: 1,
country : USA,
Code: 01,
City: Newwork
}
}


I have a model class with id, country, code, city proporty
How can i bind that data into model with creating list

KamalTimalsina
Автор

can i show the data stored in a list or something

randolsito