Unable to upload JSON file via Kibana console

I am unable to upload the JSON file in Kibana console, can anyone please guide me.

PFA, Input file and error screenshot

{
"fruit": "Apple",
"size": "Large",
"color": "Red"
}

If you are testing, try to include more representative data, for example:

{"fruit": "Apple", "size": "Large", "color": "Red"}
{"fruit": "Banana", "size": "Medium", "color": "Yellow"}
{"fruit": "Cherry", "size": "Small", "color": "Red"}

Thank you so much. i can also upload a single line code also by giving blank line spaces.