asimryu

friends.json

Jan 25th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.42 KB | None | 0 0
  1. [
  2.  {
  3.   "name": "홍길동",
  4.   "email": "[email protected]",
  5.   "phone": "010-1234-5678",
  6.   "age": "22"
  7.  },
  8.  {
  9.   "name": "최호영",
  10.   "email": "[email protected]",
  11.   "phone": "010-2222-3333",
  12.   "age": "25"
  13.  },
  14.  {
  15.   "name": "박일구",
  16.   "email": "[email protected]",
  17.   "phone": "010-3333-4567",
  18.   "age": "31"
  19.  },
  20.  {
  21.   "name": "정의람",
  22.   "email": "[email protected]",
  23.   "phone": "010-9876-5432",
  24.   "age": "29"
  25.  }
  26. ]
Advertisement
Add Comment
Please, Sign In to add comment