-
Any Idea on how to access (loop) through nested arrays?
The VBA-JSON is able to access all the data but I have to reference the indices for each level
in this file results.items.offers - both i…
-
The nesting of arrays in calls like `agency.routes` is one too deep.
Expected:
`agency.routes -> args: [Route, Route, ...]`
Actual:
`agency.routes -> args: [[Route, Route, ...]]`
-
I'm having the same issues as in [this previous issue](https://github.com/SciML/ModelingToolkit.jl/issues/1054) but with nested labelled vectors with the latest version. The code below gives the sam…
-
It doesn't seem to work with nested arrays. In the example below the first part of the array (all the way to the key "wrapper"), is aligned correctly. But it doesn't align anything below the "wrapper"…
-
Nested arrays are difficult to work with. For example,
``` r
x % gather_array %>% json_types
x
#> document.id array.index type
#> 1 1 1 array
#> 2 1 2 num…
-
First, let me say "this is an awesome project". It has sooo much of what i'm looking for.
Now, back to the question... is the code capable of drilling down into the structure of arrays? I can get…
-
### Describe the enhancement requested
In https://github.com/apache/arrow/issues/41162 it was reported that PyArrow's `to_pandas` method silently drops timezone information from nested Timestamp arra…
-
This feature makes sense esp. in relation to the unfording of STRUCTS.
Formats that are nested by nature (JSON) can easily have properties with array types; and these could contain object type items.…
-
Looking into a code and trying to wrap my head around a topic of dynamic deeply nested object and array structures. I'm pretty sure someone here thought it through and I don't have to rediscover thing…
-
Can I read from an YAML file that contains multiple nested structs with arrays?
I tried to load YAML from file and only the root Image is loaded, but the Clothes array is not. Is this a limitation …
Arise updated
10 months ago