message no. 169735
Posted by Woovie in #jekyll at 2017-06-16T23:28:33Z
Hello, I am using jekyll for the first time, specifically interacting with JSON data and looping through it. Here's my JSON array: https://pastebin.com/raw/vfE1wpj7 how exactly would I go about getting the name of the item? Here's my code so far for the page loading this: https://pastebin.com/raw/StTRPm2z my intent is to get the name of the item. Would it be better to make a value in the object for the URL and name? Not sure