Does .NET 4 come with any class that serializes/deserializes JSON data?
I know there are 3rd-party libraries, such as JSON.NET, but I am looking for something built right into .NET.
I found Data Contracts on MSDN, but it is for WCF, not for Winforms or WPF.