Skip to content

Instantly share code, notes, and snippets.

@charleshimmer
Created June 26, 2012 20:34
Show Gist options
  • Save charleshimmer/2998747 to your computer and use it in GitHub Desktop.
Save charleshimmer/2998747 to your computer and use it in GitHub Desktop.
Rough JSON schema for Salesforce data
[{
clientFamily: Walmart,
accounts:[{
name: Walmart-CA,
ASF: 500000,
numCase: 34,
productsSold: [...]
productsLive: [...]
folders:[{
name: Walmart
...
}]
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment