Help me to Read LOCAL JSON FILE

Hi,

json file in root folder: practice.json

I have attached mydemo project. Read LOCAL JSON FILE.

https://drive.google.com/open?id=0B1U0ByQZk0fjY1AtR0k0cThXd1U

Already Checkout in the forum, but i cant.

Thank you.

If the answers in the previous thread (https://www.fusetools.com/community/forums/permalink/17069380-cc06-473e-a866-765266c9ef16) did not do what you want then I assume you want to read a json file from a “random” position in the local file system, that some other program (not your app) has placed there. Is this correct?

If so then this can not be done with only JS right now, since the Storage API can only access files within the apps own folder. You would therefore need to write some Uno code for this or simply wait until the JS APIs are expanded.

Moving this thread to How-to discussions where it belongs