Skip to content

Instantly share code, notes, and snippets.

@vinniewrote
Created April 17, 2012 15:46
Show Gist options
  • Save vinniewrote/2406992 to your computer and use it in GitHub Desktop.
Save vinniewrote/2406992 to your computer and use it in GitHub Desktop.
Format example for Epicor JSON file
carData = {
    1962 : {
        Alfa Romeo : {
            2000 : {
             Sedan : {
        numDoors : ”4”,
numDoors : "2"
        },
        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
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment