Skip to main content

valid-json

Overview

This rule belongs to the json-validation ruleset and states that:

JSON data must follow standards defined in the official JSON specification.

PropertyValue
EnabledYes
Maximum SeverityBlocking
MessageJSON data is invalid.
CodeJSON_V251
TypeValidation
Rule SystemSyntax
Broad CategoryMiscellaneous
Tagsjson data preliminary checks validation json

Suggested Fixes

  • Make sure that your JSON does not contain any syntax issues.
  • Make sure that your JSON does not contain any semantic issues.
  • Make sure that your JSON follows all rules specified in the official specification.

For More Information