Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.37 KB | None | 0 0
  1. {
  2.     "continent": [
  3.         {"id": "0", "name": "Europe"},
  4.         {"id": "1", "name": "Africa"}
  5.     ],
  6.     "country": [
  7.         {"id": "0", "continent_id": "0", "name": "Hungary"},
  8.         {"id": "1", "continent_id": "0", "name": "Albania"},
  9.         {"id": "2", "continent_id": "1", "name": "Lesotho"},
  10.         {"id": "3", "continent_id": "1", "name": "Liberia"}
  11.     ]
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement