下载Newtonsoft.Json.dll using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
namespace ConsoleApplication1
{class Program{static void Main(string[] args){strin…