Importing lz4json from https://github.com/andikleen/lz4json
[lz4json.git] / README
1 A little utility to unpack lz4json files as generated by Firefox's book mark backups.
2 This is a different format from what the normal lz4 utility expects.
3 The data is dumped to stdout.
4
5 Requires liblz4 to be installed and a little endian host
6
7 lz4jsoncat ~/.mozilla/.../bookmarkbackups/bookmarks-2014-12-27_151_0UCIWGB4x3hhQXpuSMs5WQ==.jsonlz4 
8
9 -Andi Kleen