forked from googleapis/python-bigquery-dataframes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjson.jsonl
More file actions
16 lines (16 loc) · 799 Bytes
/
json.jsonl
File metadata and controls
16 lines (16 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{"rowindex": 0, "json_col": null}
{"rowindex": 1, "json_col": true}
{"rowindex": 2, "json_col": 100}
{"rowindex": 3, "json_col": 0.98}
{"rowindex": 4, "json_col": "a string"}
{"rowindex": 5, "json_col": []}
{"rowindex": 6, "json_col": [1, 2, 3]}
{"rowindex": 7, "json_col": [{"a": 1}, {"a": 2}, {"a": null}, {}]}
{"rowindex": 8, "json_col": {"bool_value": true}}
{"rowindex": 9, "json_col": {"folat_num": 3.14159}}
{"rowindex": 10, "json_col": {"date": "2024-07-16"}}
{"rowindex": 11, "json_col": {"null_filed": null}}
{"rowindex": 12, "json_col": {"int_value": 2, "null_filed": null}}
{"rowindex": 13, "json_col": {"list_data": [10, 20, 30]}}
{"rowindex": 14, "json_col": {"person": {"name": "Alice", "age": 35}}}
{"rowindex": 15, "json_col": {"order": {"items": ["book", "pen"], "total": 15.99}}}