Json deserialization in C# script

How can I deserialize a json string in a c# script?
At the moment I can’t figure out how to use/import external nuget packages like System.Text.Json or Newtonsoft.Json.

Is there any supported way?

Hi Toni,

Thank you for reaching out to us with your query.

I believe that this can be done using System.Web.Script or Newtonsoft.Json. The following thread appears to contain an example that could be a good starting point:

Could you please let me know if that works for you?

Best Regards,

Charles

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.