Skip to main content

complete-json-data

Overview

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

JSON data must start and terminate properly. If some part of the data is missing or truncated, JSON parsing will fail.

PropertyValue
EnabledYes
Maximum SeverityBlocking
MessageAn unexpected end was encountered while parsing JSON data.
CodeJSON_V202
TypeValidation
Rule SystemSyntax
Broad CategoryJSON Start/End
Tagsjson data preliminary checks validation json

Suggested Fixes

  • Ensure that file contents are complete.

For More Information