Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@davo
Last active March 13, 2019 19:34
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 davo/c52c0b5e871b7d5666da901eeda53b2b to your computer and use it in GitHub Desktop.
Save davo/c52c0b5e871b7d5666da901eeda53b2b to your computer and use it in GitHub Desktop.
Transforming Data
{
"cardData": {
"indica": [{
"brandName": "Paris OG",
"title": "Louis XIII OG",
"subtitle": "4.9",
"image": "https://images.weedmaps.com/products/000/019/694/avatar/original/1525137648-Louis_XIII_OG.jpg"
},
{
"brandName": "Kush Rush Exotics",
"title": "Ice Cream Cake #6",
"subtitle": "5.0",
"image": "https://images.weedmaps.com/products/000/085/482/avatar/original/1549576828-Ice_Cream_Cake_top.jpg"
},
{
"brandName": "Korova",
"title": "Mendo Breath 3.5g",
"subtitle": "4.8",
"image": "https://images.weedmaps.com/products/000/065/759/avatar/original/1519776577-small_mendo_w_jar_and_splat.jpg"
},
{
"brandName": "Golden Leaf Scientifics",
"title": "LA Confidential",
"subtitle": "4.6",
"image": "https://images.weedmaps.com/products/000/075/304/avatar/original/1528132932-180531_GoldenLeaf_LAConfidential_01.jpg"
},
{
"brandName": "Dr. Zodiaks Moonrock",
"title": "Black Cherry",
"subtitle": "5.0",
"image": "https://images.weedmaps.com/products/000/034/080/avatar/original/dr-zodiaks_black-cherry-moonrock_2_1_.jpg"
}
],
"sativa": [{
"brandName": "Paris OG",
"title": "Louis XIII OG",
"subtitle": "4.9",
"image": "https://images.weedmaps.com/products/000/019/694/avatar/original/1525137648-Louis_XIII_OG.jpg"
},
{
"brandName": "Kush Rush Exotics",
"title": "Ice Cream Cake #6",
"subtitle": "5.0",
"image": "https://images.weedmaps.com/products/000/085/482/avatar/original/1549576828-Ice_Cream_Cake_top.jpg"
},
{
"brandName": "Korova",
"title": "Mendo Breath 3.5g",
"subtitle": "4.8",
"image": "https://images.weedmaps.com/products/000/065/759/avatar/original/1519776577-small_mendo_w_jar_and_splat.jpg"
},
{
"brandName": "Golden Leaf Scientifics",
"title": "LA Confidential",
"subtitle": "4.6",
"image": "https://images.weedmaps.com/products/000/075/304/avatar/original/1528132932-180531_GoldenLeaf_LAConfidential_01.jpg"
},
{
"brandName": "Dr. Zodiaks Moonrock",
"title": "Black Cherry",
"subtitle": "5.0",
"image": "https://images.weedmaps.com/products/000/034/080/avatar/original/dr-zodiaks_black-cherry-moonrock_2_1_.jpg"
}
]
}
}
{
"cardData": {
indica: [
{
"brandName": "Paris OG",
"title": "Louis XIII OG",
"subtitle": "4.9",
"image": "https://images.weedmaps.com/products/000/019/694/avatar/original/1525137648-Louis_XIII_OG.jpg"
},
{
"brandName": "Kush Rush Exotics",
"title": "Ice Cream Cake #6",
"subtitle": "5.0",
"image": "https://images.weedmaps.com/products/000/085/482/avatar/original/1549576828-Ice_Cream_Cake_top.jpg"
},
{
"brandName": "Korova",
"title": "Mendo Breath 3.5g",
"subtitle": "4.8",
"image": "https://images.weedmaps.com/products/000/065/759/avatar/original/1519776577-small_mendo_w_jar_and_splat.jpg"
},
{
"brandName": "Golden Leaf Scientifics",
"title": "LA Confidential",
"subtitle": "4.6",
"image": "https://images.weedmaps.com/products/000/075/304/avatar/original/1528132932-180531_GoldenLeaf_LAConfidential_01.jpg"
},
{
"brandName": "Dr. Zodiaks Moonrock",
"title": "Black Cherry",
"subtitle": "5.0",
"image": "https://images.weedmaps.com/products/000/034/080/avatar/original/dr-zodiaks_black-cherry-moonrock_2_1_.jpg"
}
],
sativa: [
{
"brandName": "Paris OG",
"title": "Louis XIII OG",
"subtitle": "4.9",
"image": "https://images.weedmaps.com/products/000/019/694/avatar/original/1525137648-Louis_XIII_OG.jpg"
},
{
"brandName": "Kush Rush Exotics",
"title": "Ice Cream Cake #6",
"subtitle": "5.0",
"image": "https://images.weedmaps.com/products/000/085/482/avatar/original/1549576828-Ice_Cream_Cake_top.jpg"
},
{
"brandName": "Korova",
"title": "Mendo Breath 3.5g",
"subtitle": "4.8",
"image": "https://images.weedmaps.com/products/000/065/759/avatar/original/1519776577-small_mendo_w_jar_and_splat.jpg"
},
{
"brandName": "Golden Leaf Scientifics",
"title": "LA Confidential",
"subtitle": "4.6",
"image": "https://images.weedmaps.com/products/000/075/304/avatar/original/1528132932-180531_GoldenLeaf_LAConfidential_01.jpg"
},
{
"brandName": "Dr. Zodiaks Moonrock",
"title": "Black Cherry",
"subtitle": "5.0",
"image": "https://images.weedmaps.com/products/000/034/080/avatar/original/dr-zodiaks_black-cherry-moonrock_2_1_.jpg"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment