Skip to content

Instantly share code, notes, and snippets.

@thejsj
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save thejsj/265cd13e716a9a662e38 to your computer and use it in GitHub Desktop.

Select an option

Save thejsj/265cd13e716a9a662e38 to your computer and use it in GitHub Desktop.
ReQL on a JSON
r.http('http://api.reddit.com/subreddits/popular.json')('data')('children')
.map(r.row('data')('title'))
r.expr({name: "jorge"})('name')
r.expr(JSON.parse('{"name": "jorge"}'))('name')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment