Skip to content

Instantly share code, notes, and snippets.

@tomaszprasolek
Last active May 17, 2024 07:17
Show Gist options
  • Save tomaszprasolek/b64f412f4018cf57e0abf3aed51d744c to your computer and use it in GitHub Desktop.
Save tomaszprasolek/b64f412f4018cf57e0abf3aed51d744c to your computer and use it in GitHub Desktop.
JSON path examples
$.body..accountDetails[?(@.productId=="SmallLoan")]..accountNumber
$.body[?(@.customerId==1426)].accountDetails[?(@.productId=="SmallLoan")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment