How can I get data from .json file

You can get data via Web http request to get the json response. That would be lightweight and effective.

For parsing the response Kodular has a JsonUtil component.

This could help you: