I'm having this Json-data as a document in ravenDb, but I don't know how to model my c#-class/classes in my MVC 5 application to get it to work. Can someone please point me in the right direction. Thanks.
{
"Name": "Finland",
"Code": "4234",
"Area": 25453,
"Capital": "324234",
"Province": "sfdfsf",
"FlagId": "34",
"ContinentCode": "6554",
"ShipTo": {
"Line1": "2817 Milton Dr.",
"Line2": null,
"City": "Albuquerque",
"Region": "NM",
"PostalCode": "87110",
"Country": "USA"
}
}