Guest User

Untitled

a guest
May 27th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. var dynData = (MyType)JsonConvert.DeserializeObject(jsonString, typeof(MyType));
  2.  
  3. {
  4. "status":"ok",
  5. "meta":{"count":1},
  6. "data":{
  7. "2000314370":[
  8. {"all": {"f1":972,"f2":0,"f3":0.09}}
  9. ]
  10. }
  11. }
  12.  
  13. public class 2000314370
  14. {
  15. public All all { get; set; }
  16. }
  17.  
  18. public class Data
  19. {
  20. public IList<2000314370> 2000314370 { get; set; }
  21. }
Add Comment
Please, Sign In to add comment