Last active
September 16, 2016 17:00
-
-
Save houmie/452661df7c681b5068ea5fdf816cf510 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
{ | |
"version":1, | |
"variables":[ | |
{ | |
"names":[ | |
"name", | |
"address" | |
], | |
"values":[ | |
[ | |
"Carlanderska Sjukhuset- Göteborg", | |
{ | |
"address_1": "Carlanderplatsen", | |
"postal": "412 55", | |
"city": "Gothenburg", | |
"country": "SE" | |
} | |
], | |
[ | |
"Dr. Mauricio Absalon Coll Barrios", | |
{ | |
"address_1": "Carrera 16 No.84A", | |
"postal": null, | |
"city": "Bogotá", | |
"country": "CO" | |
} | |
] | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment