-
hey @lukeed
probably add support for nested objects. `a[foo]=1&a[bar]=2` is a super common thing.
-
Hi,
Is it possible to deserialize nested Objects?
Given classes
```
class A{
String name
}
```
```
class B {
int prop
A someA
}
```
and json
```
[
{
"someA…
-
Nice package !
How would it work if I want to commit the input value and the selected options in the Vuex store (without the "label" string so that the object I send matches my Vuex store object) ?…
-
**Do you want to request a feature or report a bug?**
bug/question
**What is the current behavior?**
When working with a nested data structure I am getting an empty type in place of an object:
…
-
**Describe the bug**
Tests that have properties of type Nullable or whose properties have nested Nullable within them throw an error when loading the tapplan xml
**Environment (please complete t…
-
https://github.com/cosmos/groups-ui/blob/master/src/shared-state/groups-store.ts#L363
- [ ] fix type issue in comment below
- [ ] fix the interface so developer doesn't have to encode `decisionPol…
-
Hello, let me create a first issue here.
Is there any way to create nested objects using firebase-resource?
-
Trying to type nested objects seems unnecessarily verbose.
According to the documentation, typing objects is possible via classes or modules.
In order to type an object with nested properties, at …
-
Hi.
Can anyone post example how to use mapping with nested objects? Thanks.
-
I am indexing a category structure, and if categories live as children of another category, they are listed inside a `children_data` field.
```
"_index": "storefront_catalog",
"_…