Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support JSONPath #182

Merged
merged 1 commit into from
May 9, 2022
Merged

feat: support JSONPath #182

merged 1 commit into from
May 9, 2022

Conversation

christiansiegel
Copy link
Member

Use library jsonpath-ng to replace own but limited JSONPath implementation. Especially the filter expressions allow more complex replacements within lists.

Resolves #181.

Use library `jsonpath-ng` to replace own but limited JSONPath implementation. Especially the filter expressions allow more complex replacements within lists.

Resolves #181.
Copy link
Member

@joachimprinzbach joachimprinzbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice change - especially how it is possible without any breaking api changes.

@christiansiegel christiansiegel merged commit cb2c6c2 into master May 9, 2022
@christiansiegel christiansiegel deleted the feat/json-path branch May 9, 2022 18:03
@baopso
Copy link

baopso commented May 9, 2022

🎉 This PR is included in version 5.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@baopso baopso added the released label May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support filters in YAML path
3 participants