0
How to create a JSON file using just Javascript?
I want to create a json file that displays information into another page when I click on a link in my current page
1 Réponse
+ 2
you can try to use blob() to save the json obj as you want.
I want to create a json file that displays information into another page when I click on a link in my current page