Last active
May 21, 2017 10:18
-
-
Save dmjcomdem/f47fa33553ef539e5f97e3395b97938c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"user": "Ученик", | |
"courses": [ | |
{ | |
"name": "HTML, CSS", | |
"passed": "true" | |
}, | |
{ | |
"name": "JavaScript Essential", | |
"passed": "true" | |
}, | |
{ | |
"name": "JavaScript Advanced", | |
"passed": "true" | |
}, | |
{ | |
"name": "HTML5 & CSS3", | |
"passed": "false" | |
}, | |
{ | |
"name": "AngularJS", | |
"passed": "false" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment