Last active
April 25, 2017 07:29
-
-
Save gaja6413/09f921aed584c3fbcd5f23ba6d6d3fc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"item1" : { | |
"id" : 1, | |
"name": "HP 16GB Pendrive", | |
"quantity" : 10, | |
"price" :450 | |
}, | |
"item2" : { | |
"id" : 2, | |
"name": "Toshiba TransMemory 32GB Pendrive", | |
"quantity" : 10, | |
"price" :692 | |
}, | |
"item3" : { | |
"id" : 3, | |
"name": "Sony USM 16GB Pendrive", | |
"quantity" : 30, | |
"price" :439 | |
}, | |
"item4" : { | |
"id" : 4, | |
"name": "HP V150W 32GB Pendrive", | |
"quantity" : 90, | |
"price" :774 | |
}, | |
"item5" : { | |
"id" : 5, | |
"name": "HP V-210W 16GB utility Pendrive", | |
"quantity" : 30, | |
"price" :550 | |
}, | |
"item6" : { | |
"id" : 6, | |
"name": "Sandisk cruzer Blade 32GB Pendrive", | |
"quantity" : 40, | |
"price" :748 | |
}, | |
"item7" : { | |
"id" : 7, | |
"name": "Toshiba Haya white 8GB Pendrive", | |
"quantity" : 40, | |
"price" :350 | |
}, | |
"item8" : { | |
"id" : 8, | |
"name": "Toshiba U203 32GB Pendrive", | |
"quantity" : 20, | |
"price" :699 | |
}, | |
"item9" : { | |
"id" : 9, | |
"name": "kingston Data Traveler 64GB Pendrive", | |
"quantity" : 50, | |
"price" :1350 | |
}, | |
"item10" : { | |
"id" : 10, | |
"name": "Sandisk wireless connect 16GB Pendrive", | |
"quantity" : 10, | |
"price" :1699 | |
}, | |
"item11" : { | |
"id" : 11, | |
"name": "kingston Data Traveler 3.0 32GB Pendrive", | |
"quantity" : 60, | |
"price" :450 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment