+ 2
Can i use external jsons in my code playground?
5 Answers
+ 24
Of course. If you have a specific question about it, post it here.
+ 17
You can't use PHP for it. Https is not allowed at the Code Playground. But you can use Javascript, it works fine.
+ 11
use ajax or fetch api instead of php ...
+ 2
Thank you Igor, I tried to use file_get_contents to retrieve some data from a json file served by GitHub but I get an error because of https can you help me figure it out?
+ 1
Nice, thank you for the advice