I have an object that is created by Newtonsoft's JSON serializer. I need to get the JSON string that was used to create the object. How do I serialize the object into a simple JSON string?
Json – Newtonsoft Object → Get JSON string
jsonjson.net
Related Question
- Json – Can comments be used in JSON
- Json – the correct JSON content type
- Javascript – JSONP, and why was it created
- C# – JavaScriptSerializer – JSON serialization of enum as string
- Javascript – Why does Google prepend while(1); to their JSON responses
- Javascript – Convert JS object to JSON string
- C# – How to turn a C# object into a JSON string in .NET
Best Solution
Try this: