Skip to content

Instantly share code, notes, and snippets.

@tauren
Created January 24, 2011 22:52
Show Gist options
  • Save tauren/794154 to your computer and use it in GitHub Desktop.
Save tauren/794154 to your computer and use it in GitHub Desktop.
var user = new User({
id: 1,
username: "bob",
address: {
id: 1,
street: "232 SW Main"
city: "",
state: "",
zip: ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment