-
RareJson should support opt-in (with annotations) flattening of super classes and nested objects.
e.g.
```
struct Parent { int a; ... }
struct Child : Parent { int b; ... }
```
Which today w…
-
An entity should be able to hold nested objects. There are different strategies for the implementation of this. One is, to embed all fields of the nested object in the surrounding object table.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
It is observed that for the JSONForm widget whenever we have a field that recieves the data …
-
### Describe the bug
In nested objects @SecureField has no effect. The price field is annotated with: @SecureField(rolesAllowed = "admin") but its still visible in the response also if the user has…
-
```
What steps will reproduce the problem?
1. start debugging a program
2. type 'v' for geben-display-context
3. click + signs to drill-down into Local variables/objects
What is the expected output? …
-
It would be very useful to be able to expand deeply nested JSON objects with a hotkey or button
-
When asserting JSON responses, the output is useless:
```
expected { data: { objects: { pageInfo: [Object], edges: [Array] } } } response body, got { data: { objects: { pageInfo: [Object], edges: [A…
-
The parsed `argv` object from `yargs-parser` returns values for argument names with dots `.` as nested object values. Currently not all API methods correctly support nested objects, while other method…
-
### Description
Currently it is possible to validate nested object by adding the @ValidateNested decorator on a property.
In our case we almost always want to validate nested objects. So we have…
-
### Goal
As an Engineer, I want API docs that allow me to interact with elements and objects on the page so that I can better understand nested objects and how they relate.
### Notes
Two opti…