I am creating a page which will show random jokes to users. For this I have created a JSON file with jokes and placed it in assets section in the code section.
I am running the below code to fetch the jokes but it is not showing anything
Code:
Would love to get a solution for this.