Open ImAbhishekTomar opened 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?
É possível converter a expressão jmespath em json? ` locais[?state == 'WA'].name | sort(@) | {WashingtonCities: join(', ', @)} // é possível converter isso em json ou 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?
It is possible to convert jmespath expression in json?
`
locations[?state == 'WA'].name | sort(@) | {WashingtonCities: join(', ', @)} // possible to convert this in json or yaml?
`