Example of using REQUEST module to use remote JSON

<% for(i=0; i

<%= blogposts[i].title %>

by <%= blogposts[i].author.name %>

<% } %>
requested url:
<%= source_url %>