Last active
May 27, 2020 15:17
-
-
Save DScheglov/97637b77a7a6f79e9791c32715a11bd0 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
[ ["Иван", "Иванов"], | |
[101101, "Московское ш., 101, кв. 101", "Ленинград"], | |
["812 123-1234", "916 123-4567"] ] |
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
{ "name": ["Иван", "Иванов"], | |
"address": [101101, "Московское ш., 101, кв. 101", "Ленинград"], | |
"phoneNumbers": ["812 123-1234", "916 123-4567"] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment