using System;
using Newtonsoft.Json.Linq;
public class Program
{
public static void Main()
JObject.Parse("null");
}