Skip to content

Instantly share code, notes, and snippets.

@AshishKapoor
Created May 2, 2024 07:23
Show Gist options
  • Save AshishKapoor/5defdc8ff44665248b04bfbbbaa60307 to your computer and use it in GitHub Desktop.
Save AshishKapoor/5defdc8ff44665248b04bfbbbaa60307 to your computer and use it in GitHub Desktop.
Code Challenge - Users JSON File
{
"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