-
Notifications
You must be signed in to change notification settings - Fork 125
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
[docs]: added example for handling nested JSON fields #421
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you and congratulations 🎉 for opening your very first pull request in keploy
@Swpn0neel could you please help , what am i suppose to do now , i didn't get why i have again failed the DCO check , i have configure Docusaurus in my system as you instructed yesterday |
The issue has been solved @Swpn0neel , could you kindly review the pull request and merge it if everything looks good? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you for reviewing the pull request @Swpn0neel . Since you mentioned that it looks good to you, could you please proceed with merging it? |
Added example for handling nested JSON fields Closes #1892 Signed-off-by: GauriBhandari <bhandarigauri923@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you for reviewing the pull request @Swpn0neel, @khareyash05 . Since you mentioned that it looks good to you, could you please proceed with merging it? |
Requesting @Sonichigo for approval |
…eploy#421) Added example for handling nested JSON fields Closes #1892 Signed-off-by: GauriBhandari <bhandarigauri923@gmail.com> Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
Pull Request Template
Description
This PR adds an example for handling deeply nested JSON fields in the Keploy configuration file. The added example illustrates how to specify paths for nested fields such as tokens in the global noise configuration.
Changes Made
Added an example JSON response demonstrating deeply nested fields.
Provided YAML configuration showing how to specify paths for nested fields in the global noise section.
Included detailed comments to help users understand the configuration.
Fixes keploy/keploy#1892
Type of change
Documentation Enhancement
Additional Context (Please include any Screenshots/gifs if relevant)
...
Checklist: