Last active
March 28, 2016 01:53
-
-
Save nadeesha/4b885bd6d4d9fa7dab17 to your computer and use it in GitHub Desktop.
Example Store Structure
This file contains 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
{ | |
user: { | |
name: "...", | |
email: "..." | |
}, | |
orders: { | |
count: 10, | |
items: [...] | |
}, | |
application: { | |
config: { | |
foo: "...", | |
bar: "..." | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment