Link to JSON Lines instead

ndjson.org has an expired domain.
This commit is contained in:
Simon Willison 2025-11-24 08:47:41 -08:00
commit eab54c7696

View file

@ -1128,7 +1128,7 @@ You can insert binary data into a BLOB column by first encoding it using base64
Inserting newline-delimited JSON
--------------------------------
You can also import `newline-delimited JSON <http://ndjson.org/>`__ using the ``--nl`` option:
You can also import newline-delimited JSON (see `JSON Lines <https://jsonlines.org/>`__) using the ``--nl`` option:
.. code-block:: bash