Are there simple libraries out there (.NET and Java) that are able to validate a JSON string given a schema definition?
It should work similar to how XML can be validated using XSD.
EDIT: I need .NET and Java libraries. Thanks to darin for the .NET link!