Homepage

JSONSyntaxError (Deprecated)

Last edit: Apr 01, 2026

JSONSyntaxError

Severity: error | Type: JSON | Status: Deprecated

This check has been deprecated and superseded by ValidJSON, which provides the same JSON syntax validation with additional schema validation support.

If you have JSONSyntaxError in your .platformos-check.yml configuration, replace it with ValidJSON.

Migration

Replace any references to JSONSyntaxError in your configuration:

# Before
JSONSyntaxError:
  enabled: true

# After
ValidJSON:
  enabled: true

Resources

Questions?

We are always happy to help with any questions you may have.

contact us