Windows utility to figure out the common schema for a collection of JSON objects.
This utility can process a .json file containing an array of objects by analyzing all objects in the array and generate a "master" object containing all possible fields.
Releases can be found here: https://github.com/mukunku/JSONMerge/releases
Test file: JSONMerge_ExampleSourceFile.json
The project was written in C# using Visual Studio Community 2022 and .NET Framework 4.8
The utility does not support heterogeneous arrays within the JSON structure. Arrays of simple types and arrays of objects are supported. Arrays of arrays should also be supported but haven't been tested.