-
Notifications
You must be signed in to change notification settings - Fork 6.3k
converting json to models
{ "vehicleYear": "2019", "vehicleMake": "Toyota", "vehicleModel": "Camry", "vehicleTrim": "XLE", "vehicleExteriorColor": "Blue Streak Metallic", "vehicleInteriorColor": "Ash Leather", "vehiclePackages": [ { "vehiclePackageID": 3, "mfgCode": null, "package": "Panoramic Glass Roof with Front Power Tilt/Slide Moonroof", "msrp": 1045.00, "isInInventory": false, "id": 0 } ], "vehicleAccessories": [ { "dealerAccessoryID": 24, "mfgCode": null, "accessory": "All Weather Floor Mats All Weather Floor Mats All Weather Floor", "msrp": 329.00, "isFromDMS": false, "isInInventory": false, "id": 0 } ], "zipCode": "27519", "label": "UCD", "price": 10368.872026008571006354366780, "transactionCode": "TP31161747", "timeStampFormatted": "22-Oct-2021 13:50", "utcTimeStamp": "2021-10-22T08:20:39.113Z", "miles": null, "condition": null, "vehicleInStockCheckInput": { "product": 3, "yearId": 7, "makeId": 16, "modelId": 13, "trimId": 8, "exteriorColorId": 11, "interiorColorId": 6, "packageList": [ 3 ], "accessoryList": [ 24 ], "zipcode": "27519", "searchRadius": 6000 }, "isPackageNone": false, "searchRadius": 6000 }
Created by CodePath with much help from the community. Contributed content licensed under cc-wiki with attribution required. You are free to remix and reuse, as long as you attribute and use a similar license.
Finding these guides helpful?
We need help from the broader community to improve these guides, add new topics and keep the topics up-to-date. See our contribution guidelines here and our topic issues list for great ways to help out.
Check these same guides through our standalone viewer for a better browsing experience and an improved search. Follow us on twitter @codepath for access to more useful Android development resources.