You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: optimade.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -4508,7 +4508,7 @@ The `JSON Lines <https://jsonlines.org/>`__ format enforces the following rules:
4508
4508
- each line is a valid JSON object,
4509
4509
- each line is separated by a newline character (``\n``), optionally ending the file with a newline.
4510
4510
- each file must be UTF-8 encoded,
4511
-
- the recommended file extension is ``.jsonl``, with natural extensions to ``.jsonl.gz`` and ``jsonl.bz2`` for ``gzip`` and ``bzpi2`` compressed files, respectively.
4511
+
- the recommended file extension is ``.jsonl``, with natural extensions to ``.jsonl.gz`` and ``jsonl.bz2`` for ``gzip`` and ``bzip2`` compressed files, respectively.
4512
4512
4513
4513
The OPTIMADE JSON Lines format then extends these rules with the following conventions:
0 commit comments