Skip to content

Instantly share code, notes, and snippets.

@littlelazer
Forked from vinniewrote/carData2012
Created April 17, 2012 20:26
Show Gist options
  • Save littlelazer/2408772 to your computer and use it in GitHub Desktop.
Save littlelazer/2408772 to your computer and use it in GitHub Desktop.
Format example for Epicor JSON file
carData = {
    1962 : {
        Alfa Romeo : {
            2000 : {
             Sedan : {
        "4" : { /* more info about the 4 door models */ },
"2" : { /* more info about the 4 door models */ }
        },
        Wagon:{
         numDoors:"2"
}
            },
            2600 : {
                
            },
            Giulia : {
               
            },
Giulia Sprint : {
               
            },
Giulietta: {
               
            }
        },
        American Motors : {
            Ambassador : {
                Sedan : {
                   numDoors:"4"
                },
        Wagon:{
         numDoors:"2"
        }
            },
American: {
},
Classic:{
},
Custom:{
},
Deluxe: {
},
Super Six:{
}
        }
    },
    1963 : {
        // Repeat for every make, model & year
    },
"2012" : {
"Mazda" : {
"3" : {
"Hatchback" : {
"4" : {
"33" : {
"21" : {
"MAZDA" : {
"3 Series" : [
"82986",
"84085",
"84086"
]
}
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment