GitHub user bubbajoe closed a discussion: Is it possible to turn ArrayData into
json?
Hello, I want to create a custom json that looks like this:
```
{
fields: ["c1", "c2", "c3"],
values: [
[1, 2, 3, ... ],
["1", "2", "3", ... ],
[1.1, 2.3, 3.5, ... ]
}
```
I was able to do this before, but the utils and APIs have changes quite a bit.
Or perhaps, I am looking in the wrong places.
GitHub link: https://github.com/apache/arrow-rs/discussions/6007
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]