Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Jasonplaseholder

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