Last active
July 6, 2018 06:40
-
-
Save tarikul05/0ab46210814c4213c08fdd871bd1eccb to your computer and use it in GitHub Desktop.
sample JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"admin":[ | |
{ | |
"id": 100, | |
"name": "Keita Ashihara ", | |
"position": "President", | |
"image": "https://ca.slack-edge.com/T02KTANCU-U02KTANCW-63999c5e6bfc-72" | |
}, | |
{ | |
"id": 101, | |
"name": "Tomohiro Suzuki", | |
"position": "Engineer", | |
"image": "https://ca.slack-edge.com/T02KTANCU-U07PS88N8-68eaea94ef77-72" | |
}, | |
{ | |
"id": 103, | |
"name": "Mitsutoshi Watanabe", | |
"position": "Engineer", | |
"image": "https://ca.slack-edge.com/T02KTANCU-U02KRPS59-OS2683380945-72" | |
} | |
], | |
"employee" :[ | |
{ | |
"id": 1, | |
"name": "Tarikul Islam", | |
"position": "Engineer", | |
"image": "https://ca.slack-edge.com/T02KTANCU-U5DFA0P6H-70062cbc6ed7-72" | |
}, | |
{ | |
"id": 2, | |
"name": "Faysal Ahmed", | |
"position": "Engineer", | |
"image": "https://ca.slack-edge.com/T02KTANCU-U5E6MPZHC-011007ef6dec-72" | |
}, | |
{ | |
"id": 3, | |
"name": "Ashraful Ratul", | |
"position": "Engineer", | |
"image": "https://ca.slack-edge.com/T02KTANCU-U5DUDNGP4-58e2127f3592-72" | |
}, | |
{ | |
"id": 4, | |
"name": "Sha Jalal", | |
"position": "Engineer", | |
"image": "https://ca.slack-edge.com/T02KTANCU-U9GQCJ3UM-4a2c03a89463-72" | |
}, | |
{ | |
"id": 5, | |
"name": "Tsutomu Iwanaga", | |
"position": "Engineer", | |
"image": "https://ca.slack-edge.com/T02KTANCU-UA7TH26KU-3f0634bf90bb-72" | |
}, | |
{ | |
"id": 6, | |
"name": "Chikako Sato", | |
"position": "Engineer", | |
"image": "https://ca.slack-edge.com/T02KTANCU-U03DG1PLF-4c5f8035486f-72" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment