Hi
I am working on a ASP web application in which I have to work with JSON file format, as JSON flie is little bit larger, so its difficult to read the key part, is there any efficient way to read the key and value part seperately or it could be better if I can convert it to classes.
Please suggest.
Amit GuptaPosted Feb 19, 2017, 4:23 PM
Devendra KumarPosted Feb 20, 2017, 1:41 PM
Sandip G PatilPosted Feb 20, 2017, 1:26 AM
{
public string PatientId { get; set; }
public string ResourceId { get; set; }
Nitin SontakkePosted Feb 19, 2017, 10:45 PM