Hi,
I can see it is possible to parse JSON file with a QAction, something I need to do to interprete some HTTP request. So, in all example I saw on the Dojo, in QAction we have to add the Json library, for instance like that:
using Newtonsoft.Json;
But if I do on my system in DIS, I got an error saying it couldn't find that library name. So, Isn't part of the standard library in C#?
Hi Dominique
Depending on your DataMiner version (10.0.10 +), you can just add the Newtonsoft.Json NuGet package to the QAction that needs it. When publishing with DIS, it will upload the protocol with the necessary DLLs that are extracted from the NuGet packages.