Код: Выделить всё
return JsonConvert.SerializeObject(ds.Tables[0]);
Код: Выделить всё
{{
"CheckUserResult": "{\"Table\":[{\"User_ID\":4,\"User_Name\":\"I$ks\",\"User_Email\":\"23*******@gmail.com\",\"User_PhoneNumber\":\"**********\",\"User_DateOfBirth\":\"\\/Date(1485845400000+0530)\\/\",\"User_City\":\"Pune\",\"User_Admin\":null,\"User_Points\":10,\"User_Login_Provider\":\"Google\"}]}"
}}
Код: Выделить всё
Userdetails.User_Email = Convert.ToString(userdata["User_Email"])
Каков правильный синтаксис для получения пары ключ-значение?
Подробнее здесь: https://stackoverflow.com/questions/481 ... ded-format
Мобильная версия