Last active
June 4, 2020 13:14
-
-
Save arifvn/05b3f1e744bf983f1919e078c571d94e to your computer and use it in GitHub Desktop.
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
{ | |
"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