Controllers\JsonOutputFormatterController.cs (5)
27new SimpleModel { Id = 10, Name = "Test", StreetName = "Some street" };
33new SimpleModel { Id = 10, Name = "TestName" },
34new SimpleModel { Id = 11, Name = "TestName1", StreetName = "Some street" },
51Name = "This is long so we can test large objects " + new string('a', 1024 * 65),
58Name = "test",