Display json response from parse.com using handlebars
问题 I would like to pass a json response to handlebars. I have looked at the parse documentation and stackoverflow questions but I cannot seem to figure this out. This is the response: {"results":[{"address":"755 W. Yale","createdAt":"2013-02-09T01:12:15.732Z","updatedAt":"2013-02-09T01:12:15.732Z","objectId":"JomKPfme5M"}]} This is my handlebars template: <script id="post-template" type="text/x-handlebars-template"> <h1>{{address}}</h1> </script> This is the script Parse.initialize("xxxxxx",