Comparing version 0.1.0 to 0.1.1
@@ -42,5 +42,5 @@ const links = [ | ||
}, | ||
decode: function(jsoun) { | ||
decode: function(obj) { | ||
return JSON.stringify(swap(encodeURI(obj))) | ||
} | ||
} |
{ | ||
"name": "jsoun", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Ever wanted to put json in a url and thought it was ugly? JSOUN (Javascript Object URL Notation) makes it slightly better", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4169