Category "jsonata"

Merging the object having array in JSONata into array of objects

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":[

Grouping of array items by locale - JSON transformation in Node JS using JSONata

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.

JSONata: flattening recursion that tracks path of recursion

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