Manipulate objects within a json
I have the following JSON including a properties array and I would like to transform it with jolt JSON INPUT { "kind": "product", "product": { "id": "product.P-L-0368", "productNumber": "P-L-0368", "name": "myProduct" }, "properties": [ { "values": [ { "value": "222"…