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

Question- jmespath expression to json or yaml? #84

Open
ImAbhishekTomar opened this issue Feb 15, 2022 · 1 comment
Open

Question- jmespath expression to json or yaml? #84

ImAbhishekTomar opened this issue Feb 15, 2022 · 1 comment

Comments

@ImAbhishekTomar
Copy link

It is possible to convert jmespath expression in json?

`

locations[?state == 'WA'].name | sort(@) | {WashingtonCities: join(', ', @)}
// possible to convert this in json or yaml?

`

@Rodrigo19842010
Copy link

É possível converter a expressão jmespath em json?

`

locais[?state == 'WA'].name | sort(@) | {WashingtonCities: join(', ', @)} // é possível converter isso em json ou yaml?

`

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

No branches or pull requests

2 participants