JsonConvert was not declared.It may be inaccessible due to its protection level issue

Hi @prasanna.Ui,

The project JSON file won’t include the namespaces you actually need for your project, namespaces are included per workflow, not per project.

The namespace should be in the file. I personally use the Imports tab (next to the Variables and Arguments tab) to include any namespace I require.

  1. Open the file where the issue appears.
  2. Go to the Imports tab:
  3. In Enter or Select namespace type Newtonsoft.Json
  4. Issue should be solved
14 Likes