Skip to main content

complete-property-identifier-name

Overview

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

A property of JSON is identified uniquely with a key, which must be valid and followed by a property value.

PropertyValue
EnabledYes
Maximum SeverityBlocking
MessageJSON data is invalid as an unexpected end was encountered while parsing property key/name.
CodeJSON_V003
TypeValidation
Rule SystemSyntax
Broad CategoryJSON Property Key
Tagsjson data preliminary checks validation json property key identifier

Suggested Fixes

  • Ensure that file contents are complete.
  • If quoted, make sure that the property key has a starting as well as an ending quotation mark.
  • Make sure that the property key is properly escaped.

For More Information