sheena2994

Untitled

Sep 29th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the states!",
  4. "states": [
  5. {
  6. "states_id": "1",
  7. "countries_id": "1",
  8. "states_name": "Ontario"
  9. },
  10. {
  11. "states_id": "2",
  12. "countries_id": "1",
  13. "states_name": "British Columbia"
  14. },
  15. {
  16. "states_id": "3",
  17. "countries_id": "1",
  18. "states_name": "Quebec"
  19. },
  20. {
  21. "states_id": "4",
  22. "countries_id": "1",
  23. "states_name": "Alberta"
  24. },
  25. {
  26. "states_id": "5",
  27. "countries_id": "1",
  28. "states_name": "Saskatchewan"
  29. },
  30. {
  31. "states_id": "6",
  32. "countries_id": "1",
  33. "states_name": "Nova Scotia"
  34. },
  35. {
  36. "states_id": "7",
  37. "countries_id": "1",
  38. "states_name": "Newfoundland and Labrador"
  39. },
  40. {
  41. "states_id": "8",
  42. "countries_id": "1",
  43. "states_name": "Manitoba"
  44. },
  45. {
  46. "states_id": "9",
  47. "countries_id": "1",
  48. "states_name": "Prince Edward Island"
  49. },
  50. {
  51. "states_id": "10",
  52. "countries_id": "1",
  53. "states_name": "New Brunswick"
  54. }
  55. ]
  56. }
Add Comment
Please, Sign In to add comment