Skip to content

Instantly share code, notes, and snippets.

@notomato
Created August 17, 2012 07:59
Show Gist options
  • Select an option

  • Save notomato/3376867 to your computer and use it in GitHub Desktop.

Select an option

Save notomato/3376867 to your computer and use it in GitHub Desktop.
Define your schema
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