Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Serializing a POCO to a Json string

How do I convert a plain old CLR class to be in Json format? I need to use standard .NET tools for this.

I have used Newtonsoft Json Net20 and that works. But isn't there a way to do this serialization  with purely .NET objects?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Navneet Hegde
Navneet Hegde
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Cool. Have you got a sample program I can refer to?

Thanks.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks!