Skip to content
Advertisement

Tag: elixir-jason

Fetch json data from url and write in a file

I’m trying to fetch Json data from a Url and then write the data in a Json File. Here is my code : But I’m stuck with this error as the data I want to write in my file seems to have an invalid argument while I use JSON.stringify. Someone got an idea ? Thanks a lot for your help

Advertisement