Gregory Rudolph
4 years ago
2 changed files with 19 additions and 5 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
// UserData myDeserializedClass = JsonConvert.DeserializeObject<UserData>(myJsonResponse);
|
||||
|
||||
using System.Collections.Generic; |
||||
public class UserData |
||||
{ |
||||
public string email { get; set; } |
||||
public string smtpHost { get; set; } |
||||
public List<string> skillOptions { get; set; } |
||||
public string identifier { get; set; } |
||||
public int visitCounter { get; set;} |
||||
} |
||||
|
Loading…
Reference in new issue