using System.Collections.Generic;
public static void Main()
""description"":""MoveyourappforwardwiththeUberAPI"",
""host"":""api.uber.com"",
using (var r = ChoJSONReader<SwaggerDocument>.LoadText(json))
using (var w = new ChoYamlWriter<SwaggerDocument>(Console.Out)
.Configure(c => c.SingleDocument = true)
public string Title { get; set; }
public string Description { get; set; }
public string Version { get; set; }
public class SwaggerDocument
public string Swagger { get; set; }
public Info Info { get; set; }
public string Host { get; set; }
public List<string> Schemes { get; set; }
public string BasePath { get; set; }
public List<string> Produces { get; set; }