Skip to content

Instantly share code, notes, and snippets.

View joaovarandas's full-sized avatar

Jp joaovarandas

View GitHub Profile
@joaovarandas
joaovarandas / localstorage-json.js
Last active August 11, 2016 22:25
LocalStorage JSON Handler
/*
* LocalStorageFactory
* adds support for JSON objects in LocalStorage
*
* @author jvarandas
*/
(function(global) {
var _cache = {}, _ls = {}, ls;
// if localStorage is not available, create a localStorage stub