Added Json2CSharpCodeGenerator.Tests
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
// Root myDeserializedClass = JsonConvert.DeserializeObject<Root>(myJsonResponse);
|
||||
|
||||
|
||||
public class Root {
|
||||
public List<Test> test { get; set; }
|
||||
}
|
||||
|
||||
public class Test {
|
||||
public List<List<int>> Mbo { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user