-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deserializing nested Objects #20
Comments
Any luck with this? |
1 similar comment
Any luck with this? |
@shtse8 - I ended up using a different library i.e. json2typescript which solved my problem. |
@raman-kashyap same situation here. I am using that one too. |
I'm seeing the exact opposite (arrays are not working, but single object properties are). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 following works:
but this does not:
In these examples the underlying data is an array or an object respectively.
The text was updated successfully, but these errors were encountered: