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

Add test to handle getting dict input using wildcard #723

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

Charlton-A
Copy link
Contributor

@Charlton-A Charlton-A commented Oct 19, 2022

Test for getting data form nested input data with an list of values .
Input "a": {"b": [{"i": 1,"c":2} ,{"i":6, "c":8}]} accessed using a.b.*.i returns [1,6].

@girardinsamuel
Copy link
Contributor

Thanks for this PR. It could be great to add this in the documentation too if it's not the case... I will do it if needed.

@girardinsamuel girardinsamuel merged commit 003d034 into MasoniteFramework:4.0 Oct 21, 2022
@Charlton-A
Copy link
Contributor Author

Thanks for taking a look. I already created a PR on the same for the documentation.

@girardinsamuel
Copy link
Contributor

Thanks ! I will review it tomorrow and deploy it 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants