Posts by Smaily Carrilho • 1 point
1 post
-
0
votes3
answers1279
viewsA: How do I view the JSON of the API?
Man, I always use JSON.stringify() within a console.log() to show the result of an ajax call that returns a json. It would look like this: $.ajax({ type: "GET", dataType: "JSON", url:…