Julius Kibunjia Srihari Thyagarajan commited on
Commit
b5a10e2
·
unverified ·
1 Parent(s): 2ec0628

Update duckdb/009_loading_json.py

Browse files

Co-authored-by: Srihari Thyagarajan <[email protected]>

Files changed (1) hide show
  1. duckdb/009_loading_json.py +1 -1
duckdb/009_loading_json.py CHANGED
@@ -35,7 +35,7 @@ def _(mo):
35
  r"""
36
  # Loading JSON
37
 
38
- DuckDB supports reading and writing JSON through the `json` extension that should be present in most distributions and is autoloaded on first-use. If it's not you can [install and load](https://duckdb.org/docs/stable/data/json/installing_and_loading.html) it manually like any other extension.
39
 
40
  In this tutorial we'll cover 4 different ways we can transfer JSON data in and out of DuckDB:
41
 
 
35
  r"""
36
  # Loading JSON
37
 
38
+ DuckDB supports reading and writing JSON through the `json` extension that should be present in most distributions and is autoloaded on first-use. If it's not, you can [install and load](https://duckdb.org/docs/stable/data/json/installing_and_loading.html) it manually like any other extension.
39
 
40
  In this tutorial we'll cover 4 different ways we can transfer JSON data in and out of DuckDB:
41