-
I use the generator on the site.
What is the reason for the lack of support for nested arrays?
Personally, I solve it in the way below:
```
TVkKeyboardButtons = TArray; -- **and array there**
…
-
I have a JSON feed that has nested arrays of the data we need to import (rough example):
```
{
"status": "ok",
"areas": [{
"area_name": "test 1",
"sections": [
"secti…
-
Hello,
If I place an array of structures, using the Struct 2Json node, the engine crashes.
I have to change server response to pass somethings like { "data": [ ...]} instead of [...] . (Wrapping …
-
## The problem
actionVariableKey in oh-components is not working properly. In certain circumstances, when an array item has been inserted as item 1 (and as a result item 0 is null), item 0 cannot …
-
**What is the bug?**
While working on https://github.com/opensearch-project/opensearch-spark/issues/669 I noticed that JSON arrays, indexed into OpenSearch, always return NULL when queried via spark.…
salyh updated
3 weeks ago
-
Hi,
I am working with an API endpoint returning what could be described as `[[Item]]`. I am trying to use `responseArray` method on `DataRequest`, but it only works on arrays, not nested arrays.
…
dvkch updated
5 years ago
-
Is it possible to specify an 'order by' for the albums?
```
artist{
name,
[album]s as albums,
where id = 10
}
```
For instance with a clause array like this
``` php
-
Is there a way to reference the items within an array, whether those be something like strings (left) or more full objects themselves (right)?
For reference, I'm talking about the items within the…
-
Hi, I have this saved database with me in this format. As you can see accounts have multiple array elements containing accID, server, expiry, editable, payment, etc..
Whenever I try to use query it g…
-
I have to create ERD for BigQuery where I have nested arrays and wondering how to do it in D2.
https://play.d2lang.com/?script=jI_BCkIhEEX3D_qH-QF_wG1FtCmwlsEw6UCG6VPHRUT_Hs9V4aZZ3nvmwHUZq6WIhWsLou…