Guest User

Untitled

a guest
Jan 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {"FromCity" : [[100510000863, {"n":"Москва", "t" : [2,2,3]}],
  2. [100510001075, {"n":"Санкт-Петербург", "t" : [1,3,1]}]],
  3.  
  4. "ToCountries" : [[100420695633, {"n":"Абхазия"}],
  5. [100410646680, {"n":"Австрия"}],
  6. [100431113927, {"n":"Андорра"}]]}
  7.  
  8. public class Directions
  9. {
  10. public object[][] FromCity { get; set; }
  11. public object[][] ToCountries { get; set; }
  12. }
Add Comment
Please, Sign In to add comment