I'm trying to read a JSON string stored in one of the attributes inside an entity using a workflow. It works great in a stand alone console app, but i get an error when the workflow executes and i'm all out of ideas.

I used ILMerge to merge the Newtonsoft DLL to my workflow and excluded all the other DLLs.

I'm using Newtonsoft JSON version 10. Please someone point me in the right direction so that i don't have to re-write this using 'DataContractJsonSerializer' which i don't know if it would work either.
*This post is locked for comments
I have the same question (0)