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

10th Aug 2017, 9:25 PM
Pearlly
Pearlly - avatar
1 Réponse
+ 2
you can try to use blob() to save the json obj as you want.
11th Aug 2017, 4:54 PM
Hugh Chiou
Hugh Chiou - avatar