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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Blocking |
Message | An unexpected end was encountered while parsing JSON data. |
Code | JSON_V202 |
Type | Validation |
Rule System | Syntax |
Broad Category | JSON Start/End |
Tags | json data preliminary checks validation json |
Suggested Fixes
- Ensure that file contents are complete.