Created
August 17, 2012 07:59
-
-
Save notomato/3376867 to your computer and use it in GitHub Desktop.
Define your schema
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
| Even if you are using a document database, if you dont define your schema you might get miscast results. | |
| { | |
| count: 5, | |
| ... | |
| } | |
| ... | |
| { | |
| count: "5", | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment