简体   繁体   中英

How to reference JSON serialization in ClassLibrary?

What library I need to reference to use System.Web.Script.Serialization in Class Library ?

System.Web has been already referenced but using System.Web.Script.Serialization ; still failed. Target Framework is 4.0. In WebApplication project everything is fine.

System.Web.Extensions is the assembly you need to reference.

For future reference, this information can be found on the majority of the MSDN Documentation pages. It is found directly under the Inheritance Hierarchy:

Namespace : System.Web.Script.Serialization
Assembly : System.Web.Extensions (in System.Web.Extensions.dll)

MSDN - JavaScriptSerializer Class

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM