JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Languages and frameworks: JSON

Last modified: 11 January 2023

Required plugin:

Javascript and TypeScript -  The plugin is bundled with JetBrains Rider and enabled by default.

The JSON format is commonly used for storing data and for configuration files. JetBrains Rider helps you work with JSON files — it checks their syntax and formatting. In popular types of configuration files, JetBrains Rider provides code completion, thanks to the JSON Schema, which is a special format for describing the structure and contents of such files. You can also use custom JSON Schemas to enable code completion in your JSON files and validate them.