JSON schema support

The best way to work with JSON and YAML files!

00:00
00:00

Want to love JSON and YAML again?! 😄

Rider has WebStorm included. Our powerful IDE for all things web-related. This means we can benefit from its excellent JSON schema support, which serves us with code completion and schema verification in both JSON and YAML files.

Most of the time, schemas are detected automatically, but they can also be manually selected from the status bar. In JSON files we can also specify the $schema top-level property.

We wish you a happy JSON and YAML time! 🙇‍♀️🙇‍♂️

See Also


Related Resources

Arrays
Arrays
Arrays are a straightforward and traditional way to work with a set of data.
HashSet<T>
HashSet<T>
Use the HashSet<T> type for high performing data sets with unique elements.
Dictionary<T>
Dictionary<T>
Use the Dictionary<TKey, TValue> type for strongly-typed, dynamic, sets of data stored with keys and values.