Skip to content

Instantly share code, notes, and snippets.

@1dolinski
Last active June 24, 2016 16:12
Show Gist options
  • Select an option

  • Save 1dolinski/2fd355dc9586aa0788a1a89d786fc417 to your computer and use it in GitHub Desktop.

Select an option

Save 1dolinski/2fd355dc9586aa0788a1a89d786fc417 to your computer and use it in GitHub Desktop.
{ "users":
{
"id1": {"name": "andrew"},
"id2": {"name:" "barbra"},
"id9513": {"name:" "charlie"}
}
}
* assumption 1000 + users
* have list of user id's in array ["id1", "id23", "id2342" ... x50], would like to retrieve object with those keys only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment