Skip to content

Instantly share code, notes, and snippets.

@s-melnikov
Last active August 16, 2016 18:02
Show Gist options
  • Save s-melnikov/30f40b51b54b6230aaebf065d5fd5d98 to your computer and use it in GitHub Desktop.
Save s-melnikov/30f40b51b54b6230aaebf065d5fd5d98 to your computer and use it in GitHub Desktop.
companies.json
{
"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