Guest User

Untitled

a guest
Mar 13th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {"zip_codes":["52149","52140","52160","54624","55931","54665"....
  2.  
  3. var zips = JsonConvert.DeserializeObject<string[]>(json);
  4. //JObject jsonObj = JObject.Parse(json);
  5. //string[] zips = jsonObj["zip_codes"].Children().ToArray();
Add Comment
Please, Sign In to add comment