UNPKG

jsoneditor4code

Version:

JSON Editor for UML Diagrams developed with Javascript Code Templates based on JSON Editor of Jeremy Dorn

5 lines (4 loc) 143 B
function saveFile2HDD(pFilename,pContent) { var file = new Blob([pContent], {type: "text/plain;charset=utf-8"}); saveAs(file,pFilename); }