Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
add json
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinLetort committed Nov 26, 2018
1 parent 071ae1a commit 84008bb
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions src/main/resources/json/inventory2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"inventory": [
{
"name": "+5 Dexterity Vest",
"sellIn": 10,
"quality": 20
},
{
"name": "+5 Dexterity Vest",
"sellIn": 10,
"quality": 20
},
{
"name": "+5 Dexterity Vest",
"sellIn": 10,
"quality": 20
},
{
"name": "+5 Dexterity Vest",
"sellIn": 10,
"quality": 20
},
{
"name": "Aged Brie",
"sellIn": 2,
"quality": 0
},
{
"name": "Aged Brie",
"sellIn": 2,
"quality": 0
},
{
"name": "Aged Brie",
"sellIn": 2,
"quality": 0
},
{
"name": "Sulfuras, Hand of Ragnaros",
"sellIn": 0,
"quality": 80
},
{
"name": "Backstage passes to a TAFKAL80ETC concert",
"sellIn": 15,
"quality": 20
},
{
"name": "Conjured Mana Cake",
"sellIn": 3,
"quality": 6
}
]
}

0 comments on commit 84008bb

Please sign in to comment.