Skip to content

Instantly share code, notes, and snippets.

@devforey
Created April 17, 2019 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devforey/74704df5006ee4cb93a2966ec0b3efc0 to your computer and use it in GitHub Desktop.
Save devforey/74704df5006ee4cb93a2966ec0b3efc0 to your computer and use it in GitHub Desktop.
{
"sedan": [
{
"brand": "toyota",
"model": "vios"
},
{
"brand": "toyota",
"model": "vios"
},
{
"brand": "toyota",
"model": "vios"
}
],
"motorcycle": [
{
"brand": "toyota",
"model": "vios"
},
{
"brand": "toyota",
"model": "vios"
}
],
"commercial-vehicle": [
{
"brand": "toyota",
"model": "vios"
},
{
"brand": "toyota",
"model": "vios"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment