cookie-json Easy way to manage cookies using JSON. main concept Serializing / deserializing cookies into JSON object. cookie example (document.cookie): "theCookie = {"firstProperty":"firstValue", "secondProperty":"secondValue", "nProperty":"nValue"}"