Skip to content

Instantly share code, notes, and snippets.

@mo7amd
Last active February 21, 2019 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mo7amd/f773dbc36235c96f5d99449919be6ef5 to your computer and use it in GitHub Desktop.
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