JSON.NET How To Reference?

后端 未结 4 1460
不知归路
不知归路 2020-12-09 15:52

I just installed the Json.Net package and now I am wondering how I can import this to my project? I first tried \"using Newtonsoft.Json;\" but that\'s not coming up. I tried

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 16:15

    right click on your project and select "manage nuget package". put json into the search, find it in the list and click "install"

提交回复
热议问题