Skip to main content

no-extra-content-after-json-data-end

Overview

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

Once the JSON data is complete and terminated, no extra content must be placed after it.

PropertyValue
EnabledYes
Maximum SeverityBlocking
MessageProvided JSON is invalid as additional content is found after the actual JSON data.
CodeJSON_V205
TypeValidation
Rule SystemSyntax
Broad CategoryJSON Start/End
Tagsjson data preliminary checks validation json

Suggested Fixes

  • Remove any extra content before or after the actual JSON content.
  • Make sure you haven't accidentally pasted the JSON data twice in the file.

For More Information