Skip to content

Instantly share code, notes, and snippets.

@piyonishi
Created March 17, 2014 00:48
Show Gist options
  • Save piyonishi/9592090 to your computer and use it in GitHub Desktop.
Save piyonishi/9592090 to your computer and use it in GitHub Desktop.
var obj = {
"uri": "http://example.com/",
"title": "title",
"author": "hogenishi",
"x": 20,
"y": 65,
"width": 200,
"height": 150,
"version": 0.1.1
};
console.log(JSON.stringify(obj, null, " "));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment