Spaces:
Running
Running
Julius Kibunjia
Srihari Thyagarajan
commited on
Update duckdb/009_loading_json.py
Browse filesCo-authored-by: Srihari Thyagarajan <[email protected]>
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 |
|