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 all objects in array to have the same fields/keys. Currently works only on first level deep (not recursive yet).
Input one json object with all needed fields
Output