Hello,
I am calling a third-party API inside my plugin which is registered on an entity's create-event. Now I want to parse the API JSON result in this plugin. To parse it, I am using Newtosoft.Json.dll. Which is not parsing this JSON. I also tried to merge Newtosoft.Json.dll with my plugin DLL using IL merger, but it gives an error while I register this plugin using the plugin registration tool.
I tried the same Newtosoft.Json.dll in a console application. There it is working fine in my system.
Please help me to resolve this issue. Either tell me another way to parse API JSON results or share the right way to merge these DDLs to parse API JSON results.