-
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…
-
### 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…
-
### Bug description
If I have an object of type `Main`, and I create it with a nested array of objects `Foo`, and each `Foo` is being linked to a `Bar` object, the `Bar` objects are being added to `F…
-
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.
…
-
I checked issue #2, works properly.
However, if translation object is a nested object, then it does not considers it. Example:
Not working:
```json
{
"store_locator": {
"book_an_eye_exa…
-
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=…
-
**Describe the bug**
`fieldOrder` is added to all models and struct types stored within the models in `models.gen.ts` which I assume is necessary for querying torii. The current problem is that `cont…
-
Hello,
I'm trying to export an object that has a nested object, but when I do, the values for that column appear as `[object Object]`.