We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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() { ... }