JSON decoding and encoding in .NET?

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-05-26T00:55:18Z Indexed on 2010/05/26 1:01 UTC
Read the original article Hit count: 957

Filed under:
|
|
|

Hello I am needing to encode and decode some data to/from the JSON format. Is there anything to help me with this task in .Net? It will be used in both ASP.Net and regular Winforms projects.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET