Skip to content

Instantly share code, notes, and snippets.

@mo7amd
Last active February 21, 2019 15:24
Show Gist options
  • Select an option

  • Save mo7amd/f773dbc36235c96f5d99449919be6ef5 to your computer and use it in GitHub Desktop.

Select an option

Save mo7amd/f773dbc36235c96f5d99449919be6ef5 to your computer and use it in GitHub Desktop.
JsonPaths
data[?(@.firstName === 'Zee')] // find obj with firstName key = 'zee'
data[*]['key1','key2'] // get certain keys of object on all the data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment