Write a working command line tool in Java that takes the names of two JSON files as parameters and compares them. The structure of the files are assumed to be like the examples. Specifically, the files represent search results. Under response.docs there is an array of individual results, and for each of those results we want to know if they are the same in the two files, and if not, which fields are different.
Check out your Company Bowl for anonymous work chats.