Last active
August 16, 2016 18:02
-
-
Save s-melnikov/30f40b51b54b6230aaebf065d5fd5d98 to your computer and use it in GitHub Desktop.
companies.json
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
{ | |
"vehicles": [ | |
{ | |
"id": 1, | |
"regnum": "012345", | |
"model": "Mersedes" | |
}, | |
{ | |
"id": 2, | |
"regnum": "234567", | |
"model": "Ford" | |
}, | |
{ | |
"id": 3, | |
"regnum": "345345", | |
"model": "Toyota" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment