Within an ASP.NET application, I'd like to serialize a collection of plain-old-CLR-objects (POCO) to a JSON string, which will then be sent down to the client as part of a web response.
Is there a light-weight C# library that does this?
|
|
Within an ASP.NET application, I'd like to serialize a collection of plain-old-CLR-objects (POCO) to a JSON string, which will then be sent down to the client as part of a web response. Is there a light-weight C# library that does this?
|
||
|
|
|
|
Try
|
||
|
|
|
|
Yes, I've had a lot of success with JSON.NET. As an example from the web page:
|
||
|
|