JavaScript/JSON Serializer

Posted by Water Cooler v2 on Stack Overflow See other posts from Stack Overflow or by Water Cooler v2
Published on 2010-05-31T15:19:58Z Indexed on 2010/05/31 15:23 UTC
Read the original article Hit count: 189

Filed under:
|
|
|
|

I see that a JSON serializer is present in the System.Web.Script.Serialization namespace, and is shipped in the System.Web.Extensions.dll assembly.

Is this assembly distributed with the .NET framework v4.0 redistributable? Is it also guaranteed to be present on a user's machine if any edition of Visual Studio 2010 is installed?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio