complete-unicode-escape-sequence
Overview
This rule belongs to the json-validation
ruleset and states that:
A value using Unicode escape sequence must be terminated correctly.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Blocking |
Message | JSON data is invalid as an unexpected end was encountered while parsing Unicode escape sequence. |
Code | JSON_V201 |
Type | Validation |
Rule System | Syntax |
Broad Category | JSON Start/End |
Tags | json data preliminary checks validation json unicode |
Suggested Fixes
- Ensure that file contents are complete.
- Make sure that the value is escaped correctly.