Validate Remote - Structured JSON Response
I would like to validate against a web service that returns a complex JSON structure as a validation response. As far as I know, the validator plugin only handles simple true/false remote responses.
Is there a way that I could implement a callback on the response (ala .ajax() { success: function(){} } style), to determine a valid remote response or not?