Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jsonplaceholder typicode

fetch('https://jsonplaceholder.typicode.com/posts')
  .then((response) => response.json())
  .then((json) => console.log(json));
Source by jsonplaceholder.typicode.com #
 
PREVIOUS NEXT
Tagged: #jsonplaceholder #typicode
ADD COMMENT
Topic
Name
7+3 =