Added Json2CSharpCodeGenerator.Tests
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Id": 123456123456789,
|
||||
"Data": [
|
||||
{
|
||||
"Name": "Car",
|
||||
"Year": 2000
|
||||
},
|
||||
{
|
||||
"Name": "Motorbike",
|
||||
"Year": 2010
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user