Created
September 28, 2017 10:32
-
-
Save NMZivkovic/bf557e39b70a4be57101faa9e80d4585 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
{ | |
"_id" : ObjectId("58e28da0b1ad7d0c5cd2754a"), | |
"name" : "Vladimir Pecanac", | |
"blog" : "code-maze.com", | |
"Adress" : [ | |
"street" : "some street", | |
"city" : "Novi Sad", | |
"country" : "Serbia" | |
], | |
"company" : "Vega IT Sourcing", | |
"expertise" : [".NET", "Continous Integration", "REST"] | |
"location" : [45, 19] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment