Create JSON string using object initializer Tags: json, initializer, serializer 29 April 2012 Suppose we have the following JSON: { "success":"true", "msg":"User created" } We need to write a simple piece of code to build this JSON string. Have you ever seen a code similar to … more Categories: .NET, C# Tags: .NET, C#