SQLite has introduced a new JSONB format, which is a binary representation of JSON data that can be stored and processed more efficiently than traditional JSON text. This format is designed to be used internally by SQLite and is not intended as an interchange format. The JSONB format is expected to provide a 3x performance improvement for JSON-intensive operations and is approximately 5-10% smaller than text JSON. Developers are encouraged to try out the new format and provide feedback.