Advertisement
xIvan

Untitled

Apr 7th, 2020
2,133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.57 KB | None | 0 0
  1. {
  2.    "employees": [
  3.       {
  4.          "firstname": "Niyaz",
  5.          "age": 30,
  6.          "mail": "niyaz3444@gmail.com"
  7.       },
  8.       {
  9.          "firstname": "Mashu",
  10.          "age": 25,
  11.          "mail": "mashu123@gmail.com"
  12.       },
  13.       {
  14.          "firstname": "Rahul",
  15.          "age": 22,
  16.          "mail": "rahul@gmail.com"
  17.       },
  18.       {
  19.          "firstname": "Azhar",
  20.          "age": 40,
  21.          "mail": "azhar0987@gmail.com"
  22.       },
  23.       {
  24.          "firstname": "Aachu",
  25.          "age": 32,
  26.          "mail": "aachu@gmail.com"
  27.       }
  28.    ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement