You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameters: theURL ( string ), completion ( function )
Attempts to load the JSON resource specified by theURL. Completion will be called with two parameters: the first indicating success or failure, and the second containing the successfully parsed object (if the load was successful and the object could be parsed). If an error occurs, it is logged to the console.