Skip to content

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

Notifications You must be signed in to change notification settings

mukunku/JSONMerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Languages