I'm using a plugin to send CRM entities to an external API.
The thing is that I have a custom configuration entity that lists the entity fields that have to be sent through the plugin. So there is no strong typed entity model object that I can parse to JSON and send it.
That's why I need to use dynamic (ExpandoObject) object to set dynamically the object attributes. Till this step it's fine. But how can I parse a dynamic object to JSON ?
I cannot add JSON.NET assembly reference to the plugin.
Thanks in advance !
*This post is locked for comments
I have the same question (0)
Community Member
2
Christoph Pock
1