I need to merge the array item to object using JSONata If my input is {"skus":[ { "a":1, "c":3, "b":["n"] }, { "a":6, "c":7, "b":[
I am stuck in transformation of JSON in JSONata. Any help on this is appreciated. Is there any library which makes this possible in Node JS apart from JSONata.
I have a nested, recursive JSON of arbitrary depth where a node can either be a parent of more nodes (i.e. it has a structure array containing nodes, which is t