-
### Problem to solve
I have some trouble with filter elements in json array by nested arrays elements
Data:
```
{
"docs": [
{
"title": "foo",
"authors": [
"one",…
-
I'm trying to get a sparkline from JSON. My json is an array of tuples:
```
[[timestamp, value], [timestamp, value], [timestamp, value], ...]
```
Is there any way to customize picking just the value…
andig updated
8 years ago
-
Related to #2: support for collections (or arrays) of complex types. E.g.
``` java
public interface ServerConfig extends Config {
String host();
int port();
}
public interface AppConfig extends …
-
Quick question, does tera support nested arrays?
Because making a normal array works fine:
```rust
{% set items = [1,2,3,4] %}
```
...but when I try to create a nested array:
```rust
{% set…
-
**Describe the bug**
Hi! First of all, thank you so much for making and maintaining yq; I happily use your tool everyday and especially thank you for starting work on TOML support—see _https://gith…
-
using Nswag.ApiDescriptionClient 13.10.1 on .Net Core 5.0.2
I'm having several issues generating a client from the public openApi: https://bag.basisregistraties.overheid.nl/api/v1
One issue is: With…
-
### Sections
cast abi-encode
cast abi-decode
### Describe the bug
Document how to correctly pass arguments to `cast abi-encode` when it has multiple parameters in a nested struct with one of…
-
**Is your feature request related to a problem?**
Adding a PPL new `expand` command which adds array and nested object expansion functionality to PPL
**Is your feature request related to a problem…
-
The system has an error when trying to convert the json below.
Even though he was a valid json, could you help me ?
`{
"iTotalRecords":34,
"iTotalDisplayRecords":34,
"aaData":[
…
-
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**
…