You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
633 B
10 lines
633 B
3 months ago
|
const products = '[{"id":"530","name":"Bamboo Thermal Ski Coat","image_title":"ski-coat_lynda_29940","image":"https://hplussport.com/wp-content/uploads/2016/12/ski-coat_LYNDA_29940.jpg"},{"id":"436","name":"Blueberry Mineral Water","image_title":"mineral-water-blueberry_600px","image":"https://hplussport.com/wp-content/uploads/2015/12/mineral-water-blueberry_600px.png"}]';
|
||
|
|
||
|
let aProduct = JSON.parse(products);
|
||
|
|
||
|
|
||
|
const item = '{"id":"530","name":"Bamboo Thermal Ski Coat","image_title":"ski-coat_lynda_29940","image":"https://hplussport.com/wp-content/uploads/2016/12/ski-coat_LYNDA_29940.jpg"}';
|
||
|
|
||
|
let anItem = JSON.parse(item);
|
||
|
|