Is there a package to Serialize JSON?


I reviewed the ‘Newtonsoft.Json’ version in UiPath.System.Activities and UiPath.GSuite and updated them to the same version. Unfortunately the error above still remains.
Is there a package that is solving this issue?

Hi @MariPanda , What is the Error that you receive ?

@MariPanda Are you looking for Serialize JSON or DeSerialize JSON

If you want DeSerialize JSON activity install UiPath.WebAPI.Activities

If you want to Serialize JSON, can you explain the scenario to assist you

1 Like

@MariPanda Can you try removing unnecessary packages that means the package that you are not using in your project. Ex: Remove Mimekit if you are not using it in your process

Thank you, this was the issue.
I had a ‘Testing package’ which was incompatible with the ‘Newtonsoft.Json’.
Problem got solved after removing it.

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