Instead of iterating/filtering over items to create a new list of forms, fields or other objects, using JSONata literally takes just 2 modules: The first to transform the object into JSON, the second with the JSONata expression. A JSONata expression is a mini-"program" - and it's much faster than th...