19
6
I'm trying to get a handle on Mozilla Firefox's proprietary file format .jsonlz4
, used, for example, for sessionstore-backups/recovery.jsonlz4
, but to no avail.
How do I get back my data, specifically, some long text I've typed in some textareas of a crashed session? It's my data!
10I wouldn't call the format proprietary. Granted, it's custom, not used anywhere outside Mozilla projects, but since the whole of Firefox—including the relevant (de)compression code—is free and open source, this format shouldn't be called proprietary. (P.S. I'm not talking of the branding, which is licensed differently.) – Ruslan – 2018-10-04T09:46:50.780
2@Ruslan, but it is in fact proprietary — just because it's OSS doesn't make it non-proprietary, as there are zero standard tools to look into the content of these files, whereas all other files, even Java's JAR format, can easily be managed with 100% standard non-proprietary tools that are available in ports/packages of every decent UNIX system. OTOH, it is completely non-trivial to actually get back your own data from these
.jsonlz4
files. – cnst – 2018-10-06T02:23:26.5272JsonLZ4 was a bad idea. – neverMind9 – 2019-03-11T23:31:03.897