Skip to content

Instantly share code, notes, and snippets.

@Macintoshuser2
Created August 20, 2019 20:47
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 Macintoshuser2/1945f4a59b8c5d4e393a82634a39529c to your computer and use it in GitHub Desktop.
Save Macintoshuser2/1945f4a59b8c5d4e393a82634a39529c to your computer and use it in GitHub Desktop.
[
{
"id": "0001",
"item": "Intel Core i5-4460 3.2GHz",
"owned": 1,
"available": 0,
"inUse": true,
"personUsingItem": {
"firstName": "Joshua",
"middleInitial": "J",
"lastName": "Root"
},
"locationInSorage": "In Box on shelf 1"
},
{
"id": "0002",
"item": "Intel Stock Cooler",
"owned": 1,
"available": 0,
"inUse": true,
"personUsingItem": {
"firstName": "Joshua",
"middleInitial": "J",
"lastName": "Root"
},
"locationInSorage": "In Box on shelf 1"
},
{
"id": "0003",
"item": "Gigabyte GA-Z97 HD3 Motherboard",
"owned": 1,
"available": 0,
"inUse": true,
"personUsingItem": {
"firstName": "Joshua",
"middleInitial": "J",
"lastName": "Root"
},
"locationInSorage": "In Box on shelf 1"
},
{
"id": "0004",
"item": "4x8GB Kit G.Skill Ripjaws X DDR3 2133MHz",
"owned": 1,
"available": 0,
"inUse": true,
"personUsingItem": {
"firstName": "Joshua",
"middleInitial": "J",
"lastName": "Root"
},
"locationInSorage": "In Box on shelf 1"
},
{
"id": "0005",
"item": "EVGA GeForce GTX 750Ti",
"owned": 1,
"available": 1,
"inUse": false,
"personUsingItem": {
"firstName": "",
"middleInitial": "",
"lastName": ""
},
"locationInSorage": "In Box on shelf 2"
},
{
"id": "0006",
"item": "PNY XLR8 GeForce GTX 1660",
"owned": 1,
"available": 0,
"inUse": true,
"personUsingItem": {
"firstName": "Joshua",
"middleInitial": "J",
"lastName": "Root"
},
"locationInSorage": "In Box on shelf 1"
},
{
"id": "0007",
"item": "Corsair CX500 500W Non-Modular PSU",
"owned": 1,
"available": 0,
"inUse": true,
"personUsingItem": {
"firstName": "Joshua",
"middleInitial": "J",
"lastName": "Root"
},
"locationInSorage": "In Box on shelf 1"
},
{
"id": "0008",
"item": "Apevia Sniper-X GN Mid-Tower ATX Case",
"owned": 1,
"available": 0,
"inUse": true,
"personUsingItem": {
"firstName": "Joshua",
"middleInitial": "J",
"lastName": "Root"
},
"locationInSorage": "In Box on shelf 1"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment