Bubble.is JSoN file a text file?

I am trying to import my Bubble.is JSON file into wordpress using ALLWPIMPORTER but the plugin is not properly reading the link as a json url instead as a text file. This is the url I am trying to import from: https://appname.bubbleapps.io/version-test/api/1.0/obj/tablename.

Viewing the url I only get my products in text format and not proper json format with headers. How can I convert it to proper json format so that it will be read as a json file and not text?

Yes it is a text file. JSON is String data and extension of json file could be .txt. your can use this tool https://jsonfomatter.org/json-pretty-print and Here is the JSON Example of it.