jmespath / jmespath.js

Javascript implementation of JMESPath, a query language for JSON
http://jmespath.org
Other
783 stars 97 forks source link

Question- jmespath expression to json or yaml? #84

Open ImAbhishekTomar opened 2 years ago

ImAbhishekTomar commented 2 years ago

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 2 years ago

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

`

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

`