Skip to content

Instantly share code, notes, and snippets.

@BraunreutherA
Last active December 23, 2016 23:52
Show Gist options
  • Save BraunreutherA/e23f7d354069f3bca0576321dccfdadc to your computer and use it in GitHub Desktop.
Save BraunreutherA/e23f7d354069f3bca0576321dccfdadc to your computer and use it in GitHub Desktop.
{
"cars": {
"car-key-1": {
"model": "Opel Astra"
},
"car-key-2": {
"model": "BMW 3"
}
},
"car-usage": {
"user-key-1": {
"used": {
"car-key-1": true,
},
"unused": {
"car-key-2": true
}
},
"user-key-2": {
"unused": {
"car-key-1": true,
"car-key-2": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment