How to modify a json list with jsonata

Viewed 28

I have the following:

[{"result":"SUCCESS"}, {"result":"FAILURE"}, {"result":"SUCCESS"}]

I would like to transform with jsonata that into: [1,0,1]

BR,

1 Answers
Related