'Comparing multiple JSON files to master JSON file in C++

I am trying to find a way to compare multiple JSON file to a "master" JSON file. The master file includes all necessary info, but the other files are missing some. I have been able to locate a few different libraries for JSON in C++, but I haven't been able to find any functions that can diff the files with the master and output the differences.

Does anyone know if there is a good function for this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source