Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Get a JSON file and output the contents

fetch('https://example.com/data.json').then(response => response.json()).then(data => console.log(data));
Source by codeshack.io #
 
PREVIOUS NEXT
Tagged: #Get #JSON #file #output #contents
ADD COMMENT
Topic
Name
1+4 =