mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 18:34:32 +02:00
Link to JSON Lines instead
ndjson.org has an expired domain.
This commit is contained in:
parent
532dc4668d
commit
eab54c7696
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue