CRUD Operations with .Json File

When developing applications using SAPUI5, we don’t need always to get data from the Back-end system. Indeed we can store data in a Local .Json File and use them.

This Blog Post will be a simple example of using CRUD Operations with a Local .Json data File.

Continue reading CRUD Operations with .Json File