JSONLZ4 is a file format used by Mozilla Firefox to store bookmarks, history, and other data in a compressed JSON format. It combines JSON (JavaScript Object Notation) for structured data representation with LZ4 compression, which efficiently reduces file size while maintaining quick access to the data. This format allows for faster loading times and reduced storage space compared to uncompressed data. JSONLZ4 files are typically found in Firefox's profile directory.