Loading JSON files from the resource folder

@MaxZieb, thx anywey i have solved the problem. Now i have the next one :slightly_smiling_face:

A the moment i access to my json file localy const lang_list = '${resourcesFolderName}/myFile.json'

What i have to do that I will be able to access via url?

Thx!

Have a look at JSONP (my favorite)

or use fetch

1 Like