How can I make the user select a json file? there is a extention available which lets you turn json in variable but I want the user to upload the JSON.How?
I don’t think you can, but you can try making a compressed text and convert to base64. The user then can paste the compressed text that’s converted to base64 to an input box.