The text is first encrypted with base64, and afterwards gzipped. So to decode it you would first need to ungzip it and then convert it from base64.
(Also, the data is stored into only one item tag since it's just encrypted JSON, and the internal code afaik doesn't parse item tags or anything...