Merge and add missing keys into array of objects

Back to all JSON tools

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



Input JSON array of objects to fix

Output

Scroll to Top