in reply to Re: Validating a JSON structure
in thread Validating a JSON structure

Well formed JSON testing is easy enough to check for (Test::JSON, thanks Poe!) but what I am after is if the JSON matches a very strict definition.
- Lack of elements, fail
- Additional elements, fail

If the test doesn't pass then we can put some eyeballs on it.