JetBrains Rider 2018.2 Help

Code Inspections in JSON and JSON5

Inspection

Description

Default Severity

Compliance with JSON standard

This inspection checks that JSON files conform to language specification (RFC-7159).

Error

Compliance with JSON5 standard

This inspection checks that JSON5 files conform to language specification (http://json5.org/).

Error

Duplicate keys in object literals

This inspection checks that object literals don't contain duplicate keys.

Warning

Compliance with JSON schema

This inspection checks that JSON files conform to JSON Schemas assigned to them

Warning

Last modified: 21 December 2018