Skip to content
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

Basic support for DynamicObject #842

Merged
merged 1 commit into from Feb 27, 2021

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Feb 27, 2021

Basic support for accessing DynamicObject. Basically expected to have string keys and JS primitive values are converted to CLR types, otherwise DynamicObject is responsible for the conversion.

Fixes #838

@lahma lahma marked this pull request as ready for review February 27, 2021 17:27
@lahma lahma merged commit cef5b55 into sebastienros:dev Feb 27, 2021
@lahma lahma deleted the dynamic-object-interop branch February 27, 2021 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for dynamic objects
2 participants