jmespath.js icon indicating copy to clipboard operation
jmespath.js copied to clipboard

Question- jmespath expression to json or yaml?

Open ImAbhishekTomar opened this issue 3 years ago • 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?

`

ImAbhishekTomar avatar Feb 15 '22 22:02 ImAbhishekTomar

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

`

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

`

Rodrigo19842010 avatar Apr 08 '22 21:04 Rodrigo19842010