-
### Expected behavior
Given the following records:
```java
public record ChildDto(String firstName) {}
public record ParentDto(String firstName, ChildDto child) {}
public record Child(String …
-
Hello,
Here is a sample program illustrating the issue:
```go
package main
import "github.com/tidwall/sjson"
const json = `{"object1":{"object2":[{"nested_object1":{"nested_object2":[{"ne…
-
### Describe the bug
If you change the text in the input the condition doesn't change.
### Reproduction
https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACp2RS2uFMBCF_0oY7kJBdG9V6KaLS2kXXTZd-Ihl…
-
**Why is this needed**:
Some plugins (the SLO app for one) create their own objects which they want to connect to folders in order to (for example) control access. Before nested folders we could bui…
-
### Component(s)
_No response_
### What happened?
### Component(s)
pkg/ottl
### What happened?
## Description
Currently, the `flatten` function seems to not flatten the attributes of ne…
-
There should be support for flattening nested JSON data.
Currently I have to convert it into pandas dataframe and then do the flattening.
-
I'm getting NULL for nested objects, is it possible do use this recursively?
-
### What is your issue?
Many functions related to standardising data pass around a dictionaries whose keys are not used and whose values are dictionaries that always contain metadata and data keys.
…
-
Hi,
any plans on adding nested objects to the 'create' method?
##
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6334478-nested-objects?utm_campaign=…
-
hey @lukeed
probably add support for nested objects. `a[foo]=1&a[bar]=2` is a super common thing.