Issue in saving a json file in sd card

I am using FATFS file system to store data in a .json file using sd card. When I debugged the code I got FR_INVALID_NAME issue in home.json file name.
I am not very sure though that does FATFS supports json extension or not and if it doesn't supports what alternative can I use?

It would be great if someone can help me with this doubt 

Related