1+ [
2+ {
3+ "sku" : " Watson" ,
4+ "name" : " Watson" ,
5+ "description" : " Probably the smartest AI on the planet" ,
6+ "price" : 2001 ,
7+ "instock" : 2 ,
8+ "categories" : [
9+ " Artificial Intelligence"
10+ ]
11+ },
12+ {
13+ "sku" : " Ewooid" ,
14+ "name" : " Ewooid" ,
15+ "description" : " Fully sentient assistant" ,
16+ "price" : 200 ,
17+ "instock" : 0 ,
18+ "categories" : [
19+ " Artificial Intelligence"
20+ ]
21+ },
22+ {
23+ "sku" : " HPTD" ,
24+ "name" : " High-Powered Travel Droid" ,
25+ "description" : " Traveling to the far reaches of the Galaxy? You need this for protection. Comes in handy when you are lost in space" ,
26+ "price" : 1200 ,
27+ "instock" : 12 ,
28+ "categories" : [
29+ " Robot"
30+ ]
31+ },
32+ {
33+ "sku" : " UHJ" ,
34+ "name" : " Ultimate Harvesting Juggernaut" ,
35+ "description" : " Extraterrestrial vegetation harvester" ,
36+ "price" : 5000 ,
37+ "instock" : 10 ,
38+ "categories" : [
39+ " Robot"
40+ ]
41+ },
42+ {
43+ "sku" : " EPE" ,
44+ "name" : " Extreme Probe Emulator" ,
45+ "description" : " Versatile interface adapter for hacking into systems" ,
46+ "price" : 953 ,
47+ "instock" : 1 ,
48+ "categories" : [
49+ " Robot"
50+ ]
51+ },
52+ {
53+ "sku" : " EMM" ,
54+ "name" : " Exceptional Medical Machine" ,
55+ "description" : " Fully automatic surgery droid with exceptional bedside manner" ,
56+ "price" : 1024 ,
57+ "instock" : 1 ,
58+ "categories" : [
59+ " Robot"
60+ ]
61+ },
62+ {
63+ "sku" : " SHCE" ,
64+ "name" : " Strategic Human Control Emulator" ,
65+ "description" : " Diplomatic protocol assistant" ,
66+ "price" : 300 ,
67+ "instock" : 12 ,
68+ "categories" : [
69+ " Robot"
70+ ]
71+ },
72+ {
73+ "sku" : " RED" ,
74+ "name" : " Responsive Enforcer Droid" ,
75+ "description" : " Security detail, will gaurd anything" ,
76+ "price" : 700 ,
77+ "instock" : 5 ,
78+ "categories" : [
79+ " Robot"
80+ ]
81+ },
82+ {
83+ "sku" : " RMC" ,
84+ "name" : " Robotic Mining Cyborg" ,
85+ "description" : " Excellent tunneling capability to get those rare minerals" ,
86+ "price" : 42 ,
87+ "instock" : 48 ,
88+ "categories" : [
89+ " Robot"
90+ ]
91+ },
92+ {
93+ "sku" : " STAN-1" ,
94+ "name" : " Stan" ,
95+ "description" : " Observability guru" ,
96+ "price" : 67 ,
97+ "instock" : 1000 ,
98+ "categories" : [
99+ " Robot" ,
100+ " Artificial Intelligence"
101+ ]
102+ },
103+ {
104+ "sku" : " CNA" ,
105+ "name" : " Cybernated Neutralization Android" ,
106+ "description" : " Is your spaceship a bit whiffy? This little fellow will bring a breath of fresh air" ,
107+ "price" : 1000 ,
108+ "instock" : 0 ,
109+ "categories" : [
110+ " Robot"
111+ ]
112+ }
113+ ]
0 commit comments