-
I'm currently working on deserializing nested objects within an json object.
It seems like nested objects work when they are arrays, but not when they are singular objects.
For example, the fol…
-
First and foremost, I would like to express my appreciation for the incredible work you have done with Zundo. It has proven to be an invaluable tool for managing state and implementing undo/redo funct…
-
### Description
When having a fabric view component spec and using a direct event emitter which returns an object, which has an array field, which is of a custom object type the generates C++ code fo…
-
Hi there,
How to get nested objects inf sharpsaprfc?
I have two objects. Product and productAddress
` public class Product
{
private string _matirialNumber;
///
…
-
**Describe the bug**
When attempting to create a nested embedded object in an embedded object list in Realm Studio, the following error is displayed:
```
Couldn't create the City:
Cannot read prop…
-
Hi,
I've been looking around the docs but could not find a way to do this. Say I have a nested javascript object, such as this:
```
var collection = {
title: "Star Wars",
author: "George …
-
_Original title was "Canvas.get_assignment_group should turn assignments into Assignment instances"_
A call to `Course.get_assignment_group` can optionally include full details about the assignment…
-
Hi,
At work, we encountered a case where we have contract classes (DTOs) containing another DTOs, being nested objects therefore. It seemed that Flurl doesn't support this currently, while e.g. ASP.N…
-
I have this object at the DataModel.
```
"Car": {
"id": { "key": "true" },
"ip": { "type": "string", "require": "true" },
"name": { "type": "string", "require": "true" }…
-
I suggest that let the recursion or deep as an option. Sometimes I don't want to convert nested keys, only outside keys.