Skip to content

Instantly share code, notes, and snippets.

@DScheglov
Last active May 27, 2020 15:17
Show Gist options
  • Save DScheglov/97637b77a7a6f79e9791c32715a11bd0 to your computer and use it in GitHub Desktop.
Save DScheglov/97637b77a7a6f79e9791c32715a11bd0 to your computer and use it in GitHub Desktop.
[ ["Иван", "Иванов"],
[101101, "Московское ш., 101, кв. 101", "Ленинград"],
["812 123-1234", "916 123-4567"] ]
{ "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