We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
loadJson(file)
it('should return result for valid json structure', function() { ... }
it('should return error for invalid json structure', function() { ... }
validateJson(json)
it('should return true for valid json format', function() { ... }
it('should return false for invalid json format', function() { ... }