This post originated from an RSS feed registered with Ruby Buzz
by Francis Hwang.
Original Post: json-deep-compare
Feed Title: Francis Hwang's site: ruby
Feed URL: http://fhwang.net/syndicate/ruby.atom
Feed Description: Author & artist Francis Hwang's personal site.
For a recent consulting project, I found myself comparing a lot of large JSON documents in tests, which can be frustrating since differences don't show up well when comparing the hashes normally. Hence json-deep-compare, a Ruby gem for comparing large JSON documents and showing the most specific points of difference if they are unequal.