Y
Hacker News
new
|
ask
|
show
|
jobs
by
stephengillie
2787 days ago
Powershell has Compare-Object, which will diff .NET objects. It has the convenient alias "diff". JSON can be converted to .NET objects by ConvertFrom-JSON.
So you can import 2 JSON files and diff them in Powershell.