js-storage
JSON →A JavaScript plugin (v1.1.0) that simplifies access to HTML5 storages (localStorage, sessionStorage) and cookies, with automatic JSON serialization, namespace support, and cookie fallback for old browsers. It provides a unified API for get/set/keys/isEmpty/hasKey operations with dot-path access to nested objects and bulk operations. Unlike raw localStorage, it automatically encodes objects via JSON, supports namespaces to avoid key collisions, and optionally integrates js-cookie for cookie storage. Stable but low maintenance; last updated several years ago.
Resources
packagejs-storage ↗