New Gem Released: json-schema-rspec
We just released a gem which adds matchers to rspec for validating JSON strings against JSON schemas.
From the README:
JSON schemas are great for ensuring that changes in applications don’t break their integrations, without having to write complex integration tests or run many application environments on your development machine.