jmespath/jmespath.js

Question- jmespath expression to json or yaml?

Opened this issue · 1 comments

It is possible to convert jmespath expression in json?

`

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

`

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

`

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

`