Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 956 Bytes

File metadata and controls

18 lines (12 loc) · 956 Bytes

JSONMerge

Windows utility to figure out the common schema for a collection of JSON objects.

Summary

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.

image

Download

Releases can be found here: https://github.com/mukunku/JSONMerge/releases

Test file: JSONMerge_ExampleSourceFile.json

Technical Details

The project was written in C# using Visual Studio Community 2022 and .NET Framework 4.8

Limitations

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.