using System;
//https://stackoverflow.com/questions/74868036/persistent-error-with-newtonsoft-json-jsonreaderexception
public class Program
{
public static void Main()
Newtonsoft.Json.Linq.JToken.Parse("");
}