Trying to retrieve a JSON file from Trello.com by accessing the web address of the JSON file in any browser brings up a prompt to save or open it.
Initially, I thought this process would be straightforward.
However, there are certain limitations on how to proceed with implementation.
The main goal is to showcase data from the JSON onto CRM 2013.
The challenge lies in fetching the JSON file from the website.
An illustration URL could be
Efforts have been made using Ajax and JSONP but facing difficulties (possibly due to lack of familiarity).
Any assistance for a frustrated individual? Perhaps some sample code that can be integrated into CRM along with a brief explanation?
Appreciate all help provided.