Tool for fixing JSON array of objects by adding missing keys (fields) by merging input object into each element in the array. Useful when you need to normalize inconsistent objects in array to have the same fields/keys.
Note: Currently works only on first level (not recursive yet).
Input one json object with all needed fields
Output