hyparquet/test/files/struct_strings.json

5 lines
98 B
JSON
Raw Normal View History

2024-05-23 09:09:04 +00:00
[
[{ "f64_field": null, "str_field": "hello" }],
[{ "f64_field": 1.23, "str_field": null }]
]