Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityBlocking
MessageJSON data is invalid as an unexpected end was encountered while parsing Unicode escape sequence.
CodeJSON_V201
TypeValidation
Rule SystemSyntax
Broad CategoryJSON Start/End
Tagsjson data preliminary checks validation json unicode

Suggested Fixes

  • Ensure that file contents are complete.
  • Make sure that the value is escaped correctly.

For More Information