{"functions":{"function":[{"name":"key","description":"<p>Возвращает имя i-го ключа в (local|session)Storage</p>","params":{"param":[{"name":"index","types":{"type":["Number"]},"description":"<p>Порядковый номер ключа</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":{"types":{"type":["String","Null"]},"description":"<p>Имя ключа или null в случае отсутствия такового или ошибки</p>"}},{"name":"getItem","description":"<p>Возвращает значение по ключу</p>","params":{"param":[{"name":"key","types":{"type":["String"]},"description":"<p>Имя ключа</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":{"types":{"type":["String","Null"]},"description":"<p>Значение</p>"}},{"name":"setItem","description":"<p>Добавляет ключ в storage или обновляет его значение, если такой уже существует</p>","params":{"param":[{"name":"key","types":{"type":["String"]},"description":"<p>Имя ключа</p>","optional":"false"},{"name":"value","types":{"type":["String"]},"description":"<p>Значение</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":null},{"name":"removeItem","description":"<p>Удаляет ключ из (local|session)Storage</p>","params":{"param":[{"name":"key","types":{"type":["String"]},"description":"<p>Имя ключа</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":null},{"name":"clear","description":"<p>Удаляет все ключи из (local|session)Storage</p>","params":null,"fires":null,"exceptions":null,"returns":null},{"name":"getLength","description":"<p>Возвращает число ключей в (local|session)Storage</p>","params":null,"fires":null,"exceptions":null,"returns":{"types":{"type":["Number"]},"description":""}}]}}