Skip to content

Instantly share code, notes, and snippets.

@Veejay
Created April 11, 2012 15:58
Show Gist options
  • Save Veejay/2360220 to your computer and use it in GitHub Desktop.
Save Veejay/2360220 to your computer and use it in GitHub Desktop.
JSON object
{ companies: [
{ name: “company name”
, users: [
{ id: 1
, first_name: “rob”
, last_name: “sterner”
, project_ids: [1,2,3,4]
}
]
, projects: [
{ id: 1
, name: “Dojo”
, client_name: “Invo”
, user_ids: [1,2,3,4]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment