Created
June 16, 2018 15:41
-
-
Save Aleksey-Danchin/c68198c792bd066477219f0a927d5de4 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
{ | |
"presons": [ | |
{ | |
"name": "Дмитрий", | |
"family": "Фавлен", | |
"bithday": [1992, 4, 2] | |
}, | |
{ | |
"name": "Александр", | |
"family": "Карам", | |
"bithday": [1989, 8, 25] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment