-
@markboulton @paulrobertlloyd If you have a JSON file, you probably don’t want to bother with collections—just consume the JSON directly in the RSS feed template and iterate over it?
-
@markboulton @paulrobertlloyd (Note that if the JSON is on your file system already you can
require()
a JSON file to access it directly)