marazt/object-mapper

Nested objects

danieljausovec opened this issue · 1 comments

Hi.

Can anyone post example how to use mapping with nested objects? Thanks.

I am facing the same issue for complex types of values present in the JSON.
I searched through the code but I found only the list as another type that can be mapped.

But, in the case of JSON properties, it can be dict, so if we could directly map dicts. then it would be great.

@direbearform has added support for basic nested objects, but as the example is not present anywhere, I can't make use of this library at its fullest.