Created
May 2, 2024 07:23
-
-
Save AshishKapoor/5defdc8ff44665248b04bfbbbaa60307 to your computer and use it in GitHub Desktop.
Code Challenge - Users JSON File
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
{ | |
"users": [ | |
{ | |
"name": "Karan Ahuja", | |
"type": 1 | |
}, | |
{ | |
"name": "Suraj Singh", | |
"type": 0 | |
}, | |
{ | |
"name": "Priyanka Arora", | |
"type": 1 | |
}, | |
{ | |
"name": "Harsh Vij", | |
"type": 0 | |
}, | |
{ | |
"name": "Akash Chopra", | |
"type": 1 | |
}, | |
{ | |
"name": "Ankita Pal", | |
"type": 0 | |
}, | |
{ | |
"name": "Amandeep Pooni", | |
"type": 1 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment