I used NewtownSoft.JSON converting csv to Json but it shows an error

The assembly compilation returned the following errors:

  • (1,10951): error CS0718: ‘JsonConvert’: static types cannot be used as type arguments
  • warning CS1701: Assuming assembly reference ‘System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ used by ‘UiPath.Excel.Activities’ matches identity ‘System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ of ‘System.Data.Common’, you may need to supply runtime policy
  • warning CS1701: Assuming assembly reference ‘System.Linq.Expressions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ used by ‘System.Activities’ matches identity ‘System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ of ‘System.Linq.Expressions’, you may need to supply runtime policy
  • warning CS1701: Assuming assembly reference ‘System.Linq.Expressions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ used by ‘System.Activities’ matches identity ‘System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ of ‘System.Linq.Expressions’, you may need to supply runtime policy
    14:50:09.6031 => [ERROR] [UiPath.Studio] [16] Unexpected error has occurred during the library compilation process:

@KuyaGit

Can you show the serialize line that you gave please

You have to initialize the converted or directly use newtonsoft.json.serialize

Cheers