Skip to content

Instantly share code, notes, and snippets.

@portokallidis
Created January 28, 2016 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save portokallidis/ccdf30e0b517c3b11015 to your computer and use it in GitHub Desktop.
Save portokallidis/ccdf30e0b517c3b11015 to your computer and use it in GitHub Desktop.
var obj = {a: 123, b: "4 5 6"};
// <a id="downloadButton" href="" download="filename.json">download JSON</a>
document.getElementById('downloadButton')
.href="data:text/json;charset=utf-8,"
+encodeURIComponent(JSON.stringify(obj))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment