Wrapper around localStorage features to ease json encoding/decoding
Set localStorage[key] to JSON encoded value
Parameters
key: String, Item key
value: Object, Item, will be json encoded
Return JSON decoded localStorage[key]
Parameters
key: String, item key
Returns: Object, the json decoded item