Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Catmandu-Path-Wildcard-Support: $prepend #93

Closed
TobiasNx opened this issue Dec 16, 2021 · 4 comments · Fixed by #368
Closed

Catmandu-Path-Wildcard-Support: $prepend #93

TobiasNx opened this issue Dec 16, 2021 · 4 comments · Fixed by #368

Comments

@TobiasNx
Copy link
Collaborator

TobiasNx commented Dec 16, 2021

Test for prepend:
For array of strings:
Here

Output should be:

{
	"animals":[
                        "earthworm".
                        "unicorn",
                        "human",
			"dog",
			"cat"
	],
	"others": "human"
}

For array of objects:
Here

Output should be:

{
	"animals":[
                        {"animal": "earthworm"}
                        {"animal": "unicorn"},
                        {"animal": "human"},
			{"animal": "dog"},
			{"animal": "cat"}
	],
	"others": {"animal": "human"}
}
TobiasNx added a commit to TobiasNx/fix-FunctionalReview-Testing that referenced this issue Feb 1, 2022
@TobiasNx
Copy link
Collaborator Author

TobiasNx commented Feb 1, 2022

@blackwinter
Copy link
Member

See also #92.

@fsteeg
Copy link
Member

fsteeg commented Feb 3, 2022

Will revisit after #102.

@fsteeg fsteeg moved this to Backlog in Metafacture Feb 3, 2022
@TobiasNx TobiasNx changed the title Catmandu-Path-Wildcard-Support: $prepend Catmandu-Path-Wildcard-Support: $prepend Feb 8, 2022
TobiasNx added a commit that referenced this issue Feb 28, 2022
@blackwinter
Copy link
Member

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants