Skip to content

Instantly share code, notes, and snippets.

@arifvn
Last active June 4, 2020 13:14
Show Gist options
  • Save arifvn/05b3f1e744bf983f1919e078c571d94e to your computer and use it in GitHub Desktop.
Save arifvn/05b3f1e744bf983f1919e078c571d94e to your computer and use it in GitHub Desktop.
{
"employees":[
{
"name" : {
"firstName" : "mahera",
"lastName" : "abdi"
},
"isActive" : true,
"age" : 21,
"active" : [ "Monday", "Tuesday" ],
},
{
"name" : {
"firstName" : "nagari",
"lastName" : "hanji"
},
"isActive" : false,
"age" : 25,
"active" : [ "Thursday", "Friday" ],
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment