Created
June 26, 2012 20:34
-
-
Save charleshimmer/2998747 to your computer and use it in GitHub Desktop.
Rough JSON schema for Salesforce data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
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