How to iterate over two or more JSONs objects that came from requests in a jade template?
I am facing a issue at getting results from a REST api requests that return JSON objects. How am I getting the results in jade template? if team each member in team[0].members .team-member h4= member.name How is the data format…