logo

Quotes About GetJSON

Instead of passing our callback function directly to getJSON(), we instead pass it to the then() method. When the HTTP response arrives, the body of that response is parsed as JSON, and the resulting parsed value is passed to the function that we passed to then().
~ Unknown
That callback function is invoked asynchronously when getJSON() returns
~ Unknown