Object Array Mapper
Paste an object array, pick any array (including nested fields), chain filter/map/flatMap, and get the full transformed result
Input
Accepts JSON or JavaScript object/array literals (single quotes, trailing commas OK)
Result (full document)
Even if you only map a nested field, the output is the entire document with that field updated.