hi experts
I make sapui5 project above.
I access products.json file from App.controller.js
I use relative path --> ../json/products.json. but I cannot load json file.
And I use ./json/products.json.
why different general relative path?
thanks