Question- jmespath expression to json or yaml?
Opened this issue · 1 comments
ImAbhishekTomar commented
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 commented
É possível converter a expressão jmespath em json?
`
locais[?state == 'WA'].name | sort(@) | {WashingtonCities: join(', ', @)} // é possível converter isso em json ou yaml?
`